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 anEncryptedIDobject.Subject.getEncryptedID()Returns the encrypted identifierSubjectConfirmation.getEncryptedID()Returns the encrypted IDMethods in com.sun.identity.saml2.assertion with parameters of type EncryptedIDModifier and TypeMethodDescriptionvoidSubject.setEncryptedID(EncryptedID value) Sets the encrypted identifiervoidSubjectConfirmation.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 theencryptedIDproperty.NameIDMappingRequest.getEncryptedID()Returns the value of theencryptedIDproperty.NameIDMappingResponse.getEncryptedID()Returns the value of theencryptedIDproperty.Methods in com.sun.identity.saml2.protocol with parameters of type EncryptedIDModifier and TypeMethodDescriptionvoidLogoutRequest.setEncryptedID(EncryptedID value) Sets the value of the encryptedID property.voidManageNameIDRequest.setEncryptedID(EncryptedID value) Sets the value of theencryptedIDproperty.voidNameIDMappingRequest.setEncryptedID(EncryptedID value) Sets the value of theencryptedIDproperty.voidNameIDMappingResponse.setEncryptedID(EncryptedID value) Sets the value of theencryptedIDproperty.