public class AttributeStatement extends com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AttributeStatementImpl implements AttributeStatement
AttributeStatement element supplies a statement by the issuer that the
specified subject is associated with the specified attributes.com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AttributeStatementImpl.Unmarshaller| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
log |
version_Attribute_Subject| Constructor and Description |
|---|
AttributeStatement(com.sun.xml.wss.saml.internal.saml11.jaxb10.AttributeStatementType attStmtType) |
AttributeStatement(Subject subj,
List attr)
Dafault constructor
|
| Modifier and Type | Method and Description |
|---|---|
static com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AttributeStatementTypeImpl |
fromElement(Element element)
Constructs an
AttributStatement element from an existing
XML block |
List<Attribute> |
getAttributes()
Gets the value of the attribute property.
|
Subject |
getSubject()
Gets the value of the subject property for SAML1.1 and SAML1.0
|
____jaxb_ri____getLocalName, ____jaxb_ri____getNamespaceURI, createRawValidator, createUnmarshaller, getPrimaryInterface, serializeAttributes, serializeBody, serializeURIs_getAttribute, getAttributesetSubjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributesetSubjectprotected static final Logger log
public AttributeStatement(com.sun.xml.wss.saml.internal.saml11.jaxb10.AttributeStatementType attStmtType)
public static com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AttributeStatementTypeImpl fromElement(Element element) throws SAMLException
AttributStatement element from an existing
XML blockelement - representing a DOM tree elementSAMLException - if there is an error in the sender or in the
element definition.public List<Attribute> getAttributes()
AttributeStatementAttributepublic Subject getSubject()
AttributeStatementgetSubject in interface com.sun.xml.wss.saml.internal.saml11.jaxb10.SubjectStatementAbstractTypegetSubject in class com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.SubjectStatementAbstractTypeImplSubjectCopyright © 2005–2017 Oracle Corporation. All rights reserved.