Interface DeferredSecurityContext
- All Superinterfaces:
Supplier<SecurityContext>
An interface that allows delayed access to a
SecurityContext
that may be
generated.- Since:
- 5.8
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true ifSupplier.get()
refers to a generatedSecurityContext
or false if it already existed.
-
Method Details
-
isGenerated
boolean isGenerated()Returns true ifSupplier.get()
refers to a generatedSecurityContext
or false if it already existed.- Returns:
- true if
Supplier.get()
refers to a generatedSecurityContext
or false if it already existed
-