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