Uses of Interface
com.sun.identity.saml2.assertion.EncryptedID
Packages that use EncryptedID
Package
Description
Defines SAMLv2 assertion.
SAMLv2 Protocol Classes.
-
Uses of EncryptedID in com.sun.identity.saml2.assertion
Methods in com.sun.identity.saml2.assertion that return EncryptedIDModifier 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 IDMethods in com.sun.identity.saml2.assertion with parameters of type EncryptedIDModifier 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
Methods in com.sun.identity.saml2.protocol that return EncryptedIDModifier 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.Methods in com.sun.identity.saml2.protocol with parameters of type EncryptedIDModifier 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.