public class AttributeStatement extends AttributeStatementType implements AttributeStatement
AttributeStatement element supplies a statement by the issuer that the
specified subject is associated with the specified attributes.| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
log |
attributesubject| Constructor and Description |
|---|
AttributeStatement(AttributeStatementType attStmtType) |
AttributeStatement(Subject subj,
List attr)
Dafault constructor
|
| Modifier and Type | Method and Description |
|---|---|
static AttributeStatementType |
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.
|
getAttributesetSubjectprotected static final Logger log
public AttributeStatement(AttributeStatementType attStmtType)
public static AttributeStatementType 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()
AttributeStatementAttributegetAttributes in interface AttributeStatementpublic Subject getSubject()
SubjectStatementAbstractTypegetSubject in interface AttributeStatementgetSubject in class SubjectStatementAbstractTypeSubjectTypeCopyright © 2005–2018 Oracle Corporation. All rights reserved.