Class AttributeStatement
java.lang.Object
com.sun.xml.wss.saml.internal.saml20.jaxb20.StatementAbstractType
com.sun.xml.wss.saml.internal.saml20.jaxb20.AttributeStatementType
com.sun.xml.wss.saml.assertion.saml20.jaxb20.AttributeStatement
- All Implemented Interfaces:
AttributeStatement
The
AttributeStatement element supplies a statement by the issuer that the
specified subject is associated with the specified attributes.-
Field Summary
FieldsFields inherited from class com.sun.xml.wss.saml.internal.saml20.jaxb20.AttributeStatementType
attributeOrEncryptedAttribute -
Constructor Summary
ConstructorsConstructorDescriptionAttributeStatement(AttributeStatementType attStmtType) AttributeStatement(List attr) Dafault constructor -
Method Summary
Modifier and TypeMethodDescriptionstatic AttributeStatementTypefromElement(Element element) Constructs anAttributStatementelement from an existing XML blockGets the value of the attribute property.Gets the value of the subject property for SAML1.1 and SAML1.0Methods inherited from class com.sun.xml.wss.saml.internal.saml20.jaxb20.AttributeStatementType
getAttributeOrEncryptedAttribute
-
Field Details
-
log
-
-
Constructor Details
-
AttributeStatement
Dafault constructor -
AttributeStatement
-
-
Method Details
-
fromElement
Constructs anAttributStatementelement from an existing XML block- Parameters:
element- representing a DOM tree element- Throws:
SAMLException- if there is an error in the sender or in the element definition.
-
getAttributes
Description copied from interface:AttributeStatementGets the value of the attribute property. Objects of the following type(s) are in the listAttribute- Specified by:
getAttributesin interfaceAttributeStatement
-
getSubject
Description copied from interface:AttributeStatementGets the value of the subject property for SAML1.1 and SAML1.0- Specified by:
getSubjectin interfaceAttributeStatement- Returns:
- object is
Subject
-