Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
Modifier and Type | Method and Description |
---|---|
EncryptedID |
AssertionFactory.createEncryptedID(Element elem)
Returns a new instance of
EncryptedID . |
EncryptedID |
AssertionFactory.createEncryptedID(String xml)
Returns a new instance of
EncryptedID . |
EncryptedID |
NameID.encrypt(EncryptionConfig encryptionConfig,
String recipientEntityID)
Returns an
EncryptedID object. |
EncryptedID |
SubjectConfirmation.getEncryptedID()
Returns the encrypted ID
|
EncryptedID |
Subject.getEncryptedID()
Returns the encrypted identifier
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectConfirmation.setEncryptedID(EncryptedID value)
Sets the encrypted ID
|
void |
Subject.setEncryptedID(EncryptedID value)
Sets the encrypted identifier
|
Modifier and Type | Method and Description |
---|---|
EncryptedID |
NameIDMappingResponse.getEncryptedID()
Returns the value of the
encryptedID property. |
EncryptedID |
NameIDMappingRequest.getEncryptedID()
Returns the value of the
encryptedID property. |
EncryptedID |
ManageNameIDRequest.getEncryptedID()
Returns the value of the
encryptedID property. |
EncryptedID |
LogoutRequest.getEncryptedID()
Returns the value of the encryptedID property.
|
Modifier and Type | Method and Description |
---|---|
void |
NameIDMappingResponse.setEncryptedID(EncryptedID value)
Sets the value of the
encryptedID property. |
void |
NameIDMappingRequest.setEncryptedID(EncryptedID value)
Sets the value of the
encryptedID property. |
void |
ManageNameIDRequest.setEncryptedID(EncryptedID value)
Sets the value of the
encryptedID property. |
void |
LogoutRequest.setEncryptedID(EncryptedID value)
Sets the value of the encryptedID property.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.