Package | Description |
---|---|
io.javadog.cws.api.common |
Common API Functionality, Constants & Enum's.
|
io.javadog.cws.api.dtos |
API Data Transfer Objects, Objects used by the Requests & Response
Objects.
|
io.javadog.cws.api.requests |
Request Objects used for all incoming Requests to the Crypto Store.
|
Modifier and Type | Method and Description |
---|---|
static TrustLevel |
TrustLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrustLevel[] |
TrustLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<TrustLevel> |
TrustLevel.getLevels(TrustLevel level)
Returns the explicit list of TrustLevels, which is permitted or contained
by the given TrustLevel.
|
Modifier and Type | Method and Description |
---|---|
static Set<TrustLevel> |
TrustLevel.getLevels(TrustLevel level)
Returns the explicit list of TrustLevels, which is permitted or contained
by the given TrustLevel.
|
static boolean |
TrustLevel.isAllowed(TrustLevel level,
TrustLevel expected)
Checks the given Trust Level against an expected, to verify if the given
level may perform an action.
|
Modifier and Type | Method and Description |
---|---|
TrustLevel |
Trustee.getTrustLevel() |
Modifier and Type | Method and Description |
---|---|
void |
Trustee.setTrustLevel(TrustLevel trustLevel) |
Modifier and Type | Method and Description |
---|---|
TrustLevel |
ProcessTrusteeRequest.getTrustLevel() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessTrusteeRequest.setTrustLevel(TrustLevel trustLevel) |
Copyright © 2019 JavaDog.io. All rights reserved.