|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ManageNameIDRequest
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>
| Method Summary | |
|---|---|
EncryptedID |
getEncryptedID()
Returns the value of the encryptedID property. |
NameID |
getNameID()
Returns the value of the nameID property. |
NewEncryptedID |
getNewEncryptedID()
Returns the value of the newEncryptedID property. |
NewID |
getNewID()
Returns the value of the NewID property. |
boolean |
getTerminate()
Returns true if this is a terminating request. |
void |
setEncryptedID(EncryptedID value)
Sets the value of the encryptedID property. |
void |
setNameID(NameID value)
Sets the value of the nameID property. |
void |
setNewEncryptedID(NewEncryptedID value)
Sets the value of the newEncryptedID property. |
void |
setNewID(NewID value)
Sets the value of the NewID property. |
void |
setTerminate(boolean terminate)
Set this request as terminating request. |
| Methods inherited from interface 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 |
| Method Detail |
|---|
NewEncryptedID getNewEncryptedID()
newEncryptedID property.
newEncryptedID property.
void setNewEncryptedID(NewEncryptedID value)
throws SAML2Exception
newEncryptedID property.
value - the value of the newEncryptedID property.
SAML2Exception - if Object is immutable.EncryptedID getEncryptedID()
encryptedID property.
encryptedID property.
void setEncryptedID(EncryptedID value)
throws SAML2Exception
encryptedID property.
value - the value of the encryptedID property.
SAML2Exception - if Object is immutable.NewID getNewID()
NewID property.
NewID property.
void setNewID(NewID value)
throws SAML2Exception
NewID property.
value - the value of the NewID property.
SAML2Exception - if Object is immutable.NameID getNameID()
nameID property.
nameID property.
void setNameID(NameID value)
throws SAML2Exception
nameID property.
value - the value of the nameID property.
SAML2Exception - if Object is immutable.boolean getTerminate()
void setTerminate(boolean terminate)
throws SAML2Exception
terminate - true to set this request as terminating request.
SAML2Exception - if this object is immutable.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||