Uses of Class
org.jboss.as.controller.access.constraint.AbstractSensitivity
-
Packages that use AbstractSensitivity Package Description org.jboss.as.controller.access.constraint -
-
Uses of AbstractSensitivity in org.jboss.as.controller.access.constraint
Subclasses of AbstractSensitivity in org.jboss.as.controller.access.constraint Modifier and Type Class Description classSensitivityClassificationClassification to apply to resources, attributes or operation to allow configuration of whether access, reads or writes are sensitive.classVaultExpressionSensitivityConfigAllows configuration as to whether reads and writes of data involving vault expressions are to be considered sensitive.Methods in org.jboss.as.controller.access.constraint with parameters of type AbstractSensitivity Modifier and Type Method Description protected booleanAbstractSensitivity. isCompatibleWith(AbstractSensitivity other)
-