| Package | Description |
|---|---|
| io.helidon.security |
Security
|
| Modifier and Type | Method | Description |
|---|---|---|
static SecurityTime.Builder |
SecurityTime.builder() |
A new builder for this class.
|
SecurityTime.Builder |
SecurityTime.Builder.fromConfig(Config config) |
Update this builder from configuration.
|
SecurityTime.Builder |
SecurityTime.Builder.shiftBySeconds(long seconds) |
Configure a time-shift in seconds, to move the current time to past or future.
|
SecurityTime.Builder |
SecurityTime.Builder.timeZone(java.time.ZoneId zoneId) |
Override current time zone.
|
SecurityTime.Builder |
SecurityTime.Builder.value(java.time.temporal.ChronoField field,
long value) |
Set an explicit value for one of the time fields (such as
ChronoField.YEAR). |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.