com.sun.identity.saml2.protocol
インタフェース NameIDMappingRequest

すべてのスーパーインタフェース:
RequestAbstract

public interface NameIDMappingRequest
extends RequestAbstract

This class represents the ManageNameIDRequestType complex type.

The following schema fragment specifies the expected content contained within this java content object.

 <complexType name="ManageNameIDRequestType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}RequestAbstractType">
       <sequence>
         <choice>
           <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}NameID"/>
           <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}EncryptedID"/>
         </choice>
         <choice>
           <element ref="{urn:oasis:names:tc:SAML:2.0:protocol}NewID"/>
           <element ref="{urn:oasis:names:tc:SAML:2.0:protocol}NewEncryptedID"/>
           <element ref="{urn:oasis:names:tc:SAML:2.0:protocol}Terminate"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


メソッドの概要
 BaseID getBaseID()
          Returns the value of the baseID property.
 EncryptedID getEncryptedID()
          Returns the value of the encryptedID property.
 NameID getNameID()
          Returns the value of the nameID property.
 NameIDPolicy getNameIDPolicy()
          Returns the NameIDPolicy object.
 void setBaseID(BaseID value)
          Sets the value of the baseID property.
 void setEncryptedID(EncryptedID value)
          Sets the value of the encryptedID property.
 void setNameID(NameID value)
          Sets the value of the nameID property.
 void setNameIDPolicy(NameIDPolicy nameIDPolicy)
          Sets the NameIDPolicy object.
 
インタフェース com.sun.identity.saml2.protocol.RequestAbstract から継承されたメソッド
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, isMutable, isSignatureValid, isSigned, makeImmutable, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setVersion, sign, toXMLString, toXMLString
 

メソッドの詳細

getEncryptedID

EncryptedID getEncryptedID()
Returns the value of the encryptedID property.

戻り値:
the value of the encryptedID property.

setEncryptedID

void setEncryptedID(EncryptedID value)
                    throws SAML2Exception
Sets the value of the encryptedID property.

パラメータ:
value - the value of the encryptedID property.
例外:
SAML2Exception - if Object is immutable.

getNameID

NameID getNameID()
Returns the value of the nameID property.

戻り値:
the value of the nameID property.

setNameID

void setNameID(NameID value)
               throws SAML2Exception
Sets the value of the nameID property.

パラメータ:
value - the value of the nameID property.
例外:
SAML2Exception - if Object is immutable.

getBaseID

BaseID getBaseID()
Returns the value of the baseID property.

戻り値:
the value of the baseID property
関連項目:
NameIDMappingRequest.setBaseID(BaseID)

setBaseID

void setBaseID(BaseID value)
               throws SAML2Exception
Sets the value of the baseID property.

パラメータ:
value - the value of the baseID property to be set
例外:
SAML2Exception - if the object is immutable
関連項目:
NameIDMappingRequest.getBaseID()

getNameIDPolicy

NameIDPolicy getNameIDPolicy()
Returns the NameIDPolicy object.

戻り値:
the NameIDPolicy object.
関連項目:
NameIDMappingRequest.setNameIDPolicy(NameIDPolicy)

setNameIDPolicy

void setNameIDPolicy(NameIDPolicy nameIDPolicy)
                     throws SAML2Exception
Sets the NameIDPolicy object.

パラメータ:
nameIDPolicy - the new NameIDPolicy object.
例外:
SAML2Exception - if the object is immutable.
関連項目:
NameIDMappingRequest.getNameIDPolicy()