|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.saml.assertion.Statement
com.sun.identity.saml.assertion.SubjectStatement
com.sun.identity.saml.assertion.AttributeStatement
public class AttributeStatement
The AttributeStatement element supplies a statement by the issuer
that the specified subject is associated with the specified attributes.
| フィールドの概要 |
|---|
| クラス com.sun.identity.saml.assertion.SubjectStatement から継承されたフィールド |
|---|
_subject |
| クラス com.sun.identity.saml.assertion.Statement から継承されたフィールド |
|---|
ATTRIBUTE_STATEMENT, AUTHENTICATION_STATEMENT, AUTHORIZATION_DECISION_STATEMENT, NOT_SUPPORTED |
| コンストラクタの概要 | |
|---|---|
protected |
AttributeStatement()
Dafault constructor |
|
AttributeStatement(Element element)
Constructs an AttributStatement element from an existing
XML block |
|
AttributeStatement(Subject subject,
List attribute)
Constructs an instance of AttributeStatement. |
| メソッドの概要 | |
|---|---|
protected Attribute |
createAttribute(Element attributeElement)
|
protected Subject |
createSubject(Element subjectElement)
|
List |
getAttribute()
Gets attribute from Attribute statement |
int |
getStatementType()
Gets the type of statement. |
String |
toString()
Creates a String representation of the attribute statement |
String |
toString(boolean includeNS,
boolean declareNS)
Returns a String representation of the Attribute statement. |
| クラス com.sun.identity.saml.assertion.SubjectStatement から継承されたメソッド |
|---|
getSubject, setSubject |
| コンストラクタの詳細 |
|---|
protected AttributeStatement()
public AttributeStatement(Element element)
throws SAMLException
AttributStatement element from an existing
XML block
element - representing a DOM tree element
SAMLException - if there is an error in the sender or in the
element definition.
public AttributeStatement(Subject subject,
List attribute)
throws SAMLException
AttributeStatement.
subject - (required) A Subject object.attribute - (one or more) A List of Attribute objects.
SAMLException - if there is an error in the sender.| メソッドの詳細 |
|---|
public List getAttribute()
public int getStatementType()
Statement 内の getStatementTypepublic String toString()
Object 内の toStringAttributeStatement
element
public String toString(boolean includeNS,
boolean declareNS)
SubjectStatement 内の toStringincludeNS - Determines whether or not the namespace qualifier
is prepended to the Element when converteddeclareNS - Determines whether or not the namespace is declared
within the Element.
<saml:AttributeStatement> element.
protected Subject createSubject(Element subjectElement)
throws SAMLException
SAMLException
protected Attribute createAttribute(Element attributeElement)
throws SAMLException
SAMLException
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||