|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface AudienceRestriction
The AudienceRestriction specifies that the assertion
is addressed to one or more specific Audiences.
| メソッドの概要 | |
|---|---|
List |
getAudience()
Returns a list of String represented audiences |
boolean |
isMutable()
Returns true if the object is mutable |
void |
makeImmutable()
Makes the object immutable |
void |
setAudience(List audiences)
Sets the audiences |
String |
toXMLString()
Returns a String representation |
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation |
| メソッドの詳細 |
|---|
List getAudience()
String represented audiences
String represented audiences
void setAudience(List audiences)
throws SAML2Exception
audiences - List of audiences as URI strings
SAML2Exception - if the object is immutable
String toXMLString(boolean includeNSPrefix,
boolean declareNS)
throws SAML2Exception
ConditionAbstract 内の toXMLStringincludeNSPrefix - 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.
SAML2Exception - if something is wrong during conversion
String toXMLString()
throws SAML2Exception
ConditionAbstract 内の toXMLStringSAML2Exception - if something is wrong during conversionvoid makeImmutable()
ConditionAbstract 内の makeImmutableboolean isMutable()
ConditionAbstract 内の isMutable
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||