com.sun.xml.wss.saml.assertion.saml20.jaxb20
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
public class AttributeStatement
- extends AttributeStatementType
- implements AttributeStatement
The AttributeStatement element supplies a statement by the issuer that the
specified subject is associated with the specified attributes.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final Logger log
AttributeStatement
public AttributeStatement(List attr)
- Dafault constructor
AttributeStatement
public AttributeStatement(AttributeStatementType attStmtType)
fromElement
public static AttributeStatementType fromElement(Element element)
throws SAMLException
- Constructs an
AttributStatement element 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
public List<Attribute> getAttributes()
- Description copied from interface:
AttributeStatement
- Gets the value of the attribute property.
Objects of the following type(s) are in the list
Attribute
- Specified by:
getAttributes in interface AttributeStatement
getSubject
public Subject getSubject()
- Description copied from interface:
AttributeStatement
- Gets the value of the subject property for SAML1.1 and SAML1.0
- Specified by:
getSubject in interface AttributeStatement
- Returns:
- object is
Subject
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.