|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.saml.assertion.AdviceBase
com.sun.identity.saml.assertion.Advice
public class Advice
The Advice element contains additional information that the
issuer wish to provide. This information MAY be ignored by applications
without affecting either the semantics or validity. Advice elements MAY
be specified in an extension schema.
| フィールドの概要 |
|---|
| クラス com.sun.identity.saml.assertion.AdviceBase から継承されたフィールド |
|---|
_assertion, _assertionIDRef, _otherElements |
| コンストラクタの概要 | |
|---|---|
Advice(Element element)
Constructs an Advice element from an existing XML block. |
|
Advice(List assertionidreference,
List assertion,
List otherelement)
Constructor |
|
| メソッドの概要 | |
|---|---|
protected AssertionBase |
createAssertion(Element assertionElement)
Creates appropriate Assertion Instance |
protected AssertionIDReference |
createAssertionIDReference(Element assertionIDRefElement)
Creates appropriate AssertionIDReference Instance |
| クラス com.sun.identity.saml.assertion.AdviceBase から継承されたメソッド |
|---|
getAssertion, getAssertionIDReference, getOtherElement, toString, toString |
| コンストラクタの詳細 |
|---|
public Advice(Element element)
throws SAMLException
element - representing a DOM tree element
SAMLException - if there is an error in the sender or in the
element definition.
public Advice(List assertionidreference,
List assertion,
List otherelement)
assertionidreference - A List of AssertionIDReference.assertion - A List of Assertionotherelement - A List of any element defined as
any namespace="##other" processContents="lax";| メソッドの詳細 |
|---|
protected AssertionBase createAssertion(Element assertionElement)
throws SAMLException
AdviceBase の記述:
AdviceBase 内の createAssertionassertionElement - the assertion Element
SAMLException
protected AssertionIDReference createAssertionIDReference(Element assertionIDRefElement)
throws SAMLException
AdviceBase の記述:
AdviceBase 内の createAssertionIDReferenceassertionIDRefElement - the assertion ID reference Element
SAMLException
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||