public interface AttributeSelectorType extends ExpressionType
Modifier and Type | Field and Description |
---|---|
static String |
DATA_TYPE_ATTRIB_NAME
DataType attribute name.
|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the element AttributeSelector.
|
static QName |
DEFAULT_ELEMENT_NAME
QName of the element AttributeSelector.
|
static String |
MUST_BE_PRESENT_ATTRIB_NAME
MustBePresent attribute name.
|
static String |
REQUEST_CONTEXT_PATH_ATTRIB_NAME
RequestContextPath attribute name.
|
static String |
SCHEMA_TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
SCHEMA_TYPE_NAME
QName of the XSI type.
|
DEFAULT_ELEMENT_NAME_XACML20
Modifier and Type | Method and Description |
---|---|
String |
getDataType()
Gets the data type of the attribute to be selected.
|
Boolean |
getMustBePresent()
Gets whether the attribute to be selected must be present.
|
org.opensaml.xml.schema.XSBooleanValue |
getMustBePresentXSBoolean()
Gets whether the attribute to be selected must be present.
|
String |
getRequestContextPath()
Gets the request context path of the attribute to be selected.
|
void |
setDataType(String type)
Sets the data type of the attribute to be selected.
|
void |
setMustBePresent(Boolean present)
Sets whether the attribute to be selected must be present.
|
void |
setMustBePresentXSBoolean(org.opensaml.xml.schema.XSBooleanValue present)
Sets whether the attribute to be selected must be present.
|
void |
setRequestContextPath(String path)
Sets the request context path of the attribute to be selected.
|
deregisterValidator, getValidators, registerValidator, validate
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
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String SCHEMA_TYPE_LOCAL_NAME
static final QName SCHEMA_TYPE_NAME
static final String REQUEST_CONTEXT_PATH_ATTRIB_NAME
static final String DATA_TYPE_ATTRIB_NAME
static final String MUST_BE_PRESENT_ATTRIB_NAME
String getRequestContextPath()
void setRequestContextPath(String path)
path
- request context path of the attribute to be selectedString getDataType()
void setDataType(String type)
type
- data type of the attribute to be selectedBoolean getMustBePresent()
org.opensaml.xml.schema.XSBooleanValue getMustBePresentXSBoolean()
void setMustBePresent(Boolean present)
present
- whether the attribute to be selected must be presentvoid setMustBePresentXSBoolean(org.opensaml.xml.schema.XSBooleanValue present)
present
- whether the attribute to be selected must be presentCopyright © 1999-2013. All Rights Reserved.