| Package | Description |
|---|---|
| io.helidon.security |
Security
|
| 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.from(Config config) |
Load an instance from configuration.
|
SecurityTime |
Security.getServerTime() |
Time that is decisive for the server.
|
SecurityTime |
SecurityContext.getServerTime() |
Get time instance, that can be used to obtain current time consistent with the security framework.
|
| 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.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.