public class VaultExpressionConstraint<T extends VaultExpressionConstraint<T>> extends Object
| Constructor and Description | 
|---|
VaultExpressionConstraint()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
Boolean | 
configuredRequiresRead()
Set to override the default as to whether reading attributes containing
 vault expressions should be considered sensitive. 
 | 
T | 
configuredRequiresRead(Boolean value)
Set to override the default as to whether reading attributes containing
 vault expressions should be considered sensitive. 
 | 
Boolean | 
configuredRequiresWrite()
Set to override the default as to whether writing attributes containing
 vault expressions should be considered sensitive. 
 | 
T | 
configuredRequiresWrite(Boolean value)
Set to override the default as to whether writing attributes containing
 vault expressions should be considered sensitive. 
 | 
Boolean | 
defaultRequiresRead()
Whether reading attributes containing vault expressions should be
 considered sensitive. 
 | 
T | 
defaultRequiresRead(Boolean value)
Whether reading attributes containing vault expressions should be
 considered sensitive. 
 | 
Boolean | 
defaultRequiresWrite()
Whether writing attributes containing vault expressions should be
 considered sensitive. 
 | 
T | 
defaultRequiresWrite(Boolean value)
Whether writing attributes containing vault expressions should be
 considered sensitive. 
 | 
String | 
getKey()  | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Boolean configuredRequiresRead()
public T configuredRequiresRead(Boolean value)
public Boolean configuredRequiresWrite()
public T configuredRequiresWrite(Boolean value)
public Boolean defaultRequiresRead()
public T defaultRequiresRead(Boolean value)
public Boolean defaultRequiresWrite()
Copyright © 2018 JBoss by Red Hat. All rights reserved.