org.openliberty.arisid.policy
Interface IDataDisplayMaskConstraint
- All Superinterfaces:
- IAssertion, IPolicyComponent
public interface IDataDisplayMaskConstraint
- extends IAssertion
Describes components of string data which should be masked when data is
displayed or logged.
<element name="DataMaskConstraint">
<complexType>
<attribute ref="pri:Issuer"/>
<attribute name="Pattern" type="string" use="required"/>
</complexType>
</element>
Method Summary |
java.lang.String |
getDataDisplayMask()
Describes components of string data which should be masked when data is
displayed or logged. |
NAMESPACE
static final java.lang.String NAMESPACE
- See Also:
- Constant Field Values
ELEMENT
static final java.lang.String ELEMENT
- See Also:
- Constant Field Values
VALUE_ATTR
static final java.lang.String VALUE_ATTR
- See Also:
- Constant Field Values
qelement
static final javax.xml.namespace.QName qelement
URI_PROPAGATE_REQUESTOR
static final java.lang.String URI_PROPAGATE_REQUESTOR
- See Also:
- Constant Field Values
getDataDisplayMask
java.lang.String getDataDisplayMask()
- Describes components of string data which should be masked when data is
displayed or logged.
- Returns:
- String maskPattern A masking pattern (depending on industry
convention) indicating how value is to be masked.