org.jboss.identity.federation.saml.v2.protocol
Class NameIDMappingResponseType

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.protocol.StatusResponseType
      extended by org.jboss.identity.federation.saml.v2.protocol.NameIDMappingResponseType

public class NameIDMappingResponseType
extends StatusResponseType

Java class for NameIDMappingResponseType complex type.

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

 <complexType name="NameIDMappingResponseType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}StatusResponseType">
       <choice>
         <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}NameID"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}EncryptedID"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  EncryptedElementType encryptedID
           
protected  NameIDType nameID
           
 
Fields inherited from class org.jboss.identity.federation.saml.v2.protocol.StatusResponseType
consent, destination, extensions, id, inResponseTo, issueInstant, issuer, signature, status, version
 
Constructor Summary
NameIDMappingResponseType()
           
 
Method Summary
 EncryptedElementType getEncryptedID()
          Gets the value of the encryptedID property.
 NameIDType getNameID()
          Gets the value of the nameID property.
 void setEncryptedID(EncryptedElementType value)
          Sets the value of the encryptedID property.
 void setNameID(NameIDType value)
          Sets the value of the nameID property.
 
Methods inherited from class org.jboss.identity.federation.saml.v2.protocol.StatusResponseType
getConsent, getDestination, getExtensions, getID, getInResponseTo, getIssueInstant, getIssuer, getSignature, getStatus, getVersion, setConsent, setDestination, setExtensions, setID, setInResponseTo, setIssueInstant, setIssuer, setSignature, setStatus, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nameID

protected NameIDType nameID

encryptedID

protected EncryptedElementType encryptedID
Constructor Detail

NameIDMappingResponseType

public NameIDMappingResponseType()
Method Detail

getNameID

public NameIDType getNameID()
Gets the value of the nameID property.

Returns:
possible object is NameIDType

setNameID

public void setNameID(NameIDType value)
Sets the value of the nameID property.

Parameters:
value - allowed object is NameIDType

getEncryptedID

public EncryptedElementType getEncryptedID()
Gets the value of the encryptedID property.

Returns:
possible object is EncryptedElementType

setEncryptedID

public void setEncryptedID(EncryptedElementType value)
Sets the value of the encryptedID property.

Parameters:
value - allowed object is EncryptedElementType


Copyright © 2009 JBoss Inc.. All Rights Reserved.