Uses of Class
io.helidon.security.SecurityTime.Builder
-
Uses of SecurityTime.Builder in io.helidon.security
Modifier and TypeMethodDescriptionstatic SecurityTime.Builder
SecurityTime.builder()
A new builder for this class.Update this builder from configuration.SecurityTime.Builder.shiftBySeconds
(long seconds) Configure a time-shift in seconds, to move the current time to past or future.Override current time zone.SecurityTime.Builder.value
(ChronoField field, long value) Set an explicit value for one of the time fields (such asChronoField.YEAR
).