|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BaseIDAbstract
The BaseIDAbstract is an abstract type usable only as
the base of a derived type. It includes the following attributes
for use by extended identifier representations:
NameQualifier [optional]
The security or administrative domain that qualifies the identifier.
This attribute provides a means to federate identifiers from
disparate user data stores without collision.
SPNameQualifier [optional]
Further qualifies an identifier with the name of a service provider
or affiliation of providers. This attribute provides an additional
means to federate identifiers on the basis of the relying party
or parties.
| Method Summary | |
|---|---|
String |
getNameQualifier()
Returns the name qualifier |
String |
getSPNameQualifier()
Returns the SP name qualifier |
boolean |
isMutable()
Returns true if the object is mutable |
void |
makeImmutable()
Makes the object immutable |
void |
setNameQualifier(String nameQualifier)
Sets the name qualifier |
void |
setSPNameQualifier(String spNameQualifier)
Sets the SP name qualifier |
| Method Detail |
|---|
String getNameQualifier()
void setNameQualifier(String nameQualifier)
throws SAML2Exception
nameQualifier - the name qualifier
SAML2Exception - if the object is immutableString getSPNameQualifier()
SP name qualifier
SP name qualifier
void setSPNameQualifier(String spNameQualifier)
throws SAML2Exception
SP name qualifier
spNameQualifier - the SP name qualifier
SAML2Exception - if the object is immutablevoid makeImmutable()
boolean isMutable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||