Uses of Interface
com.sun.identity.saml2.assertion.EncryptedID
Package
Description
Defines SAMLv2 assertion.
SAMLv2 Protocol Classes.
-
Uses of EncryptedID in com.sun.identity.saml2.assertion
Modifier and TypeMethodDescriptionAssertionFactory.createEncryptedID
(String xml) Returns a new instance ofEncryptedID
.AssertionFactory.createEncryptedID
(Element elem) Returns a new instance ofEncryptedID
.NameID.encrypt
(com.sun.identity.saml2.key.EncryptionConfig encryptionConfig, String recipientEntityID) Returns anEncryptedID
object.Subject.getEncryptedID()
Returns the encrypted identifierSubjectConfirmation.getEncryptedID()
Returns the encrypted IDModifier and TypeMethodDescriptionvoid
Subject.setEncryptedID
(EncryptedID value) Sets the encrypted identifiervoid
SubjectConfirmation.setEncryptedID
(EncryptedID value) Sets the encrypted ID -
Uses of EncryptedID in com.sun.identity.saml2.protocol
Modifier and TypeMethodDescriptionLogoutRequest.getEncryptedID()
Returns the value of the encryptedID property.ManageNameIDRequest.getEncryptedID()
Returns the value of theencryptedID
property.NameIDMappingRequest.getEncryptedID()
Returns the value of theencryptedID
property.NameIDMappingResponse.getEncryptedID()
Returns the value of theencryptedID
property.Modifier and TypeMethodDescriptionvoid
LogoutRequest.setEncryptedID
(EncryptedID value) Sets the value of the encryptedID property.void
ManageNameIDRequest.setEncryptedID
(EncryptedID value) Sets the value of theencryptedID
property.void
NameIDMappingRequest.setEncryptedID
(EncryptedID value) Sets the value of theencryptedID
property.void
NameIDMappingResponse.setEncryptedID
(EncryptedID value) Sets the value of theencryptedID
property.