|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AudienceRestriction
The AudienceRestriction specifies that the assertion
is addressed to one or more specific Audiences.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
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
toXMLString in interface ConditionAbstractincludeNSPrefix - 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
toXMLString in interface ConditionAbstractSAML2Exception - if something is wrong during conversionvoid makeImmutable()
makeImmutable in interface ConditionAbstractboolean isMutable()
isMutable in interface ConditionAbstract
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||