Package org.opensaml.saml.saml1.core
Interface AttributeQuery
- All Superinterfaces:
Query
,SAMLObject
,SubjectQuery
,XMLObject
- All Known Implementing Classes:
AttributeQueryImpl
Description of the behaviour of the
AttributeQuery
element.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet list of AttributeDesignators.Get Resource attribute.void
setResource
(String resource) Set Resource attribute.Methods inherited from interface org.opensaml.saml.saml1.core.SubjectQuery
getSubject, setSubject
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type. -
RESOURCE_ATTRIB_NAME
AuthenticationMethod attribute name.- See Also:
-
-
Method Details
-
getAttributeDesignators
Get list of AttributeDesignators.- Returns:
- the list of AttributeDesignators
-
getResource
Get Resource attribute.- Returns:
- the attribute value
-
setResource
Set Resource attribute.- Parameters:
resource
- value to set
-