|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeDesignatorType
XACML AttribtueDesignator schema type.
Field Summary | |
---|---|
static java.lang.String |
ACTION_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME
Local name of the element ActionAttributeDesignator. |
static javax.xml.namespace.QName |
ACTION_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME
QName of the element ActionAttributeDesignator. |
static java.lang.String |
ATTRIBUTE_ID_ATTRIB_NAME
AttribtueId attribute name. |
static java.lang.String |
DATA_TYPE_ATTRIB_NAME
DataType attribute name. |
static java.lang.String |
ENVIRONMENT_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME
Local name of the element EnvironmentAttribtueDesignator. |
static javax.xml.namespace.QName |
ENVIRONMENT_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME
QName of the element EnvironmentAttribtueDesignator. |
static java.lang.String |
ISSUER_ATTRIB_NAME
Issuer attribute name. |
static java.lang.String |
MUST_BE_PRESENT_ATTRIB_NAME
MustBePresent attribute name. |
static java.lang.String |
RESOURCE_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME
Local name of the element ResourceAttributeDesignator. |
static javax.xml.namespace.QName |
RESOURCE_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME
QName of the element ResourceAttributeDesignator. |
static java.lang.String |
SCHEMA_TYPE_LOCAL_NAME
Local name of the XSI type. |
static javax.xml.namespace.QName |
SCHEMA_TYPE_NAME
QName of the XSI type. |
static java.lang.String |
SUBJECT_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME
Local name of the element SubjectAttributeDesignator. |
static javax.xml.namespace.QName |
SUBJECT_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME
QName of the element SubjectAttributeDesignator. |
Fields inherited from interface org.opensaml.xacml.policy.ExpressionType |
---|
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME_XACML20 |
Method Summary | |
---|---|
java.lang.String |
getAttributeId()
Gets the ID of the designated attribute. |
java.lang.String |
getDataType()
Gets the data type of the designated attribute. |
java.lang.String |
getIssuer()
Gets the issuer of the designated attribute. |
java.lang.Boolean |
getMustBePresent()
Gets whether the designated attribute must be present. |
org.opensaml.xml.schema.XSBooleanValue |
getMustBePresentXSBoolean()
Gets whether the designated attribute must be present. |
void |
setAttribtueId(java.lang.String id)
Sets the ID of the designated attribute. |
void |
setDataType(java.lang.String type)
Sets the data type of the designated attribute. |
void |
setIssuer(java.lang.String issuer)
Sets the issuer of the designated attribute. |
void |
setMustBePresent(java.lang.Boolean present)
Sets whether the designated attribute must be present. |
void |
setMustBePresentXSBoolean(org.opensaml.xml.schema.XSBooleanValue present)
Sets whether the designated attribute must be present. |
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, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Field Detail |
---|
static final java.lang.String SUBJECT_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName SUBJECT_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME
static final java.lang.String RESOURCE_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName RESOURCE_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME
static final java.lang.String ACTION_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName ACTION_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME
static final java.lang.String ENVIRONMENT_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName ENVIRONMENT_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME
static final java.lang.String SCHEMA_TYPE_LOCAL_NAME
static final javax.xml.namespace.QName SCHEMA_TYPE_NAME
static final java.lang.String ATTRIBUTE_ID_ATTRIB_NAME
static final java.lang.String DATA_TYPE_ATTRIB_NAME
static final java.lang.String ISSUER_ATTRIB_NAME
static final java.lang.String MUST_BE_PRESENT_ATTRIB_NAME
Method Detail |
---|
java.lang.String getAttributeId()
void setAttribtueId(java.lang.String id)
id
- ID of the designated attributejava.lang.String getDataType()
void setDataType(java.lang.String type)
type
- data type of the designated attributejava.lang.String getIssuer()
void setIssuer(java.lang.String issuer)
issuer
- issuer of the designated attributeorg.opensaml.xml.schema.XSBooleanValue getMustBePresentXSBoolean()
void setMustBePresentXSBoolean(org.opensaml.xml.schema.XSBooleanValue present)
present
- whether the designated attribute must be presentvoid setMustBePresent(java.lang.Boolean present)
present
- whether the designated attribute must be presentjava.lang.Boolean getMustBePresent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |