| Package | Description |
|---|---|
| io.helidon.security |
Security
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.