Package org.opensaml.saml.saml2.core
Interface AttributeStatement
- All Superinterfaces:
SAMLObject
,Statement
,XMLObject
- All Known Implementing Classes:
AttributeStatementImpl
SAML 2.0 Core AttributeStatement.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the attributes expressed in this statement.Gets the encrypted attributes expressed in this statement.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, 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 local name.- 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.
-
-
Method Details
-
getAttributes
Gets the attributes expressed in this statement.- Returns:
- the attributes expressed in this statement
-
getEncryptedAttributes
Gets the encrypted attributes expressed in this statement.- Returns:
- the encrypted attributes expressed in this statement
-