Project Aristotle - ArisID Attribute Services

org.openliberty.arisid.policy
Interface IAddValuesConstraint

All Superinterfaces:
IAssertion, IPolicyComponent

public interface IAddValuesConstraint
extends IAssertion

This constraint is used to alter the logic of a modify request to indicate values are to be added rather than replacing all values. This constraint is usually added to an AttributeValue object.


Field Summary
static java.lang.String ELEMENT
           
static java.lang.String NAMESPACE
           
static javax.xml.namespace.QName qelement
           
 
Fields inherited from interface org.openliberty.arisid.policy.IAssertion
ISSUER_ATTR, URI_ISSUER_APPLICATION, URI_ISSUER_AUTHORITY, URI_ISSUER_USER
 
Method Summary
 
Methods inherited from interface org.openliberty.arisid.policy.IAssertion
getIssuerUri, getName, isOptional, toString
 
Methods inherited from interface org.openliberty.arisid.policy.IPolicyComponent
equal, getType, serialize
 

Field Detail

NAMESPACE

static final java.lang.String NAMESPACE
See Also:
Constant Field Values

ELEMENT

static final java.lang.String ELEMENT
See Also:
Constant Field Values

qelement

static final javax.xml.namespace.QName qelement

OpenLiberty.org - Licensed under Apache APL 2.0