Class AttributeStatement
java.lang.Object
com.sun.xml.wss.saml.internal.saml11.jaxb20.StatementAbstractType
com.sun.xml.wss.saml.internal.saml11.jaxb20.SubjectStatementAbstractType
com.sun.xml.wss.saml.internal.saml11.jaxb20.AttributeStatementType
com.sun.xml.wss.saml.assertion.saml11.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.saml11.jaxb20.AttributeStatementType
attributeFields inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb20.SubjectStatementAbstractType
subject -
Constructor Summary
ConstructorsConstructorDescriptionAttributeStatement(Subject subj, List attr) Dafault constructorAttributeStatement(AttributeStatementType attStmtType) -
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.Methods inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb20.AttributeStatementType
getAttributeMethods inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb20.SubjectStatementAbstractType
setSubject
-
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 class:SubjectStatementAbstractTypeGets the value of the subject property.- Specified by:
getSubjectin interfaceAttributeStatement- Overrides:
getSubjectin classSubjectStatementAbstractType- Returns:
- possible object is
SubjectType
-