com.sun.identity.saml2.assertion
インタフェース BaseIDAbstract

既知のサブインタフェースの一覧:
BaseID

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.


メソッドの概要
 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
 

メソッドの詳細

getNameQualifier

String getNameQualifier()
Returns the name qualifier

戻り値:
the name qualifier

setNameQualifier

void setNameQualifier(String nameQualifier)
                      throws SAML2Exception
Sets the name qualifier

パラメータ:
nameQualifier - the name qualifier
例外:
SAML2Exception - if the object is immutable

getSPNameQualifier

String getSPNameQualifier()
Returns the SP name qualifier

戻り値:
the SP name qualifier

setSPNameQualifier

void setSPNameQualifier(String spNameQualifier)
                        throws SAML2Exception
Sets the SP name qualifier

パラメータ:
spNameQualifier - the SP name qualifier
例外:
SAML2Exception - if the object is immutable

makeImmutable

void makeImmutable()
Makes the object immutable


isMutable

boolean isMutable()
Returns true if the object is mutable

戻り値:
true if the object is mutable