|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.security.external.jaxb.samlv2.protocol.StatusResponseType
org.jboss.seam.security.external.jaxb.samlv2.protocol.NameIDMappingResponseType
public class NameIDMappingResponseType
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.seam.security.external.jaxb.samlv2.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.seam.security.external.jaxb.samlv2.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 |
|---|
protected NameIDType nameID
protected EncryptedElementType encryptedID
| Constructor Detail |
|---|
public NameIDMappingResponseType()
| Method Detail |
|---|
public NameIDType getNameID()
NameIDTypepublic void setNameID(NameIDType value)
value - allowed object is
NameIDTypepublic EncryptedElementType getEncryptedID()
EncryptedElementTypepublic void setEncryptedID(EncryptedElementType value)
value - allowed object is
EncryptedElementType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||