Interface DeferredCsrfToken

All Superinterfaces:
Supplier<CsrfToken>

public interface DeferredCsrfToken extends Supplier<CsrfToken>
An interface that allows delayed access to a CsrfToken that may be generated.
Since:
5.8
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Gets the CsrfToken
    boolean
    Returns true if get() refers to a generated CsrfToken or false if it already existed.