|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AttributeType
XACML context Attribute schema type.
| Field Summary | |
|---|---|
static String |
ATTRIBUTEID_ATTTRIB_NAME
Name of the AttributeId attribute. |
static String |
DATATYPE_ATTRIB_NAME
Name for the Datatype attribute. |
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the Attribute element. |
static QName |
DEFAULT_ELEMENT_NAME
Default element name XACML20. |
static String |
ISSUER_ATTRIB_NAME
Name of the Issuer attribute. |
static String |
TYPE_LOCAL_NAME
Local name of the XSI type. |
static QName |
TYPE_NAME
QName of the XSI type XACML20. |
| Method Summary | |
|---|---|
String |
getAttributeID()
gets the AttributeId. |
List<AttributeValueType> |
getAttributeValues()
Gets the list of attribute values for this attribute. |
String |
getDataType()
Get the datatype of the attribute. |
String |
getIssuer()
Gets the issuer of the attribute. |
void |
setAttributeID(String attributeId)
Sets the AttributeId. |
void |
setDataType(String datatype)
Sets the datatype of the attribute. |
void |
setIssuer(String issuer)
Sets the issuer of the attribute. |
| Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate |
| Methods inherited from interface org.opensaml.xml.XMLObject |
|---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
| Field Detail |
|---|
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String ATTRIBUTEID_ATTTRIB_NAME
static final String DATATYPE_ATTRIB_NAME
static final String ISSUER_ATTRIB_NAME
| Method Detail |
|---|
String getAttributeID()
List<AttributeValueType> getAttributeValues()
String getDataType()
String getIssuer()
void setAttributeID(String attributeId)
attributeId - is the wanted AttributeIdvoid setDataType(String datatype)
datatype - is the wanted datatypevoid setIssuer(String issuer)
issuer - is the issuer of the attribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||