| Constructor and Description |
|---|
FilteringKeyStore(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
aliasFilter()
A filter to apply to the aliases returned from the KeyStore, can either
be a comma separated list of aliases to return or one of the following
formats ALL:-alias1:-alias2, NONE:+alias1:+alias2
|
T |
aliasFilter(String value)
A filter to apply to the aliases returned from the KeyStore, can either
be a comma separated list of aliases to return or one of the following
formats ALL:-alias1:-alias2, NONE:+alias1:+alias2
|
String |
getKey() |
String |
keyStore()
Name of filtered KeyStore.
|
T |
keyStore(String value)
Name of filtered KeyStore.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
State |
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.
|
T |
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.
|
public FilteringKeyStore(String key)
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="alias-filter") public String aliasFilter()
public T aliasFilter(String value)
@ModelNodeBinding(detypedName="key-store") public String keyStore()
@ModelNodeBinding(detypedName="state") public State state()
Copyright © 2019 JBoss by Red Hat. All rights reserved.