Uses of Class
io.helidon.security.SecurityTime
-
Packages that use SecurityTime Package Description io.helidon.security Security -
-
Uses of SecurityTime in io.helidon.security
Methods in io.helidon.security that return SecurityTime Modifier and Type Method Description SecurityTime
SecurityTime.Builder. build()
static SecurityTime
SecurityTime. create()
Creates a new security time based on default time zone and current time.static SecurityTime
SecurityTime. create(Config config)
Load an instance from configuration.SecurityTime
Security. serverTime()
Time that is decisive for the server.SecurityTime
SecurityContext. serverTime()
Get time instance, that can be used to obtain current time consistent with the security framework.Methods in io.helidon.security with parameters of type SecurityTime Modifier and Type Method Description static SecurityEnvironment.Builder
SecurityEnvironment. builder(SecurityTime serverTime)
Creates a fluent API builder to build new instances of this class.Security.Builder
Security.Builder. serverTime(SecurityTime time)
Server time to use when evaluating security policies that depend on time.SecurityContext.Builder
SecurityContext.Builder. serverTime(SecurityTime serverTime)
SecurityTime to use when determining current time.SecurityEnvironment.Builder
SecurityEnvironment.Builder. time(SecurityTime time)
Use the defined time to obtain current time.
-