Package | Description |
---|---|
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
State |
CredentialStore.state()
The state of the underlying service that represents this credential store
at runtime.
|
State |
FilteringKeyStore.state()
The state of the underlying service that represents this KeyStore at
runtime, if it is anything other than UP runtime operations will not be
available.
|
State |
LdapKeyStore.state()
The state of the underlying service that represents this KeyStore at
runtime, if it is anything other than UP runtime operations will not be
available.
|
State |
KeyStore.state()
The state of the underlying service that represents this KeyStore at
runtime, if it is anything other than UP runtime operations will not be
available.
|
static State |
State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
CredentialStore.state(State value)
The state of the underlying service that represents this credential store
at runtime.
|
T |
FilteringKeyStore.state(State value)
The state of the underlying service that represents this KeyStore at
runtime, if it is anything other than UP runtime operations will not be
available.
|
T |
LdapKeyStore.state(State value)
The state of the underlying service that represents this KeyStore at
runtime, if it is anything other than UP runtime operations will not be
available.
|
T |
KeyStore.state(State value)
The state of the underlying service that represents this KeyStore at
runtime, if it is anything other than UP runtime operations will not be
available.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.