Uses of Interface
com.sun.identity.saml2.assertion.EncryptedID
-
Packages that use EncryptedID Package Description com.sun.identity.saml2.assertion Defines SAMLv2 assertion.com.sun.identity.saml2.protocol SAMLv2 Protocol Classes. -
-
Uses of EncryptedID in com.sun.identity.saml2.assertion
Methods in com.sun.identity.saml2.assertion that return EncryptedID Modifier and Type Method Description EncryptedIDAssertionFactory. createEncryptedID(String xml)Returns a new instance ofEncryptedID.EncryptedIDAssertionFactory. createEncryptedID(Element elem)Returns a new instance ofEncryptedID.EncryptedIDNameID. encrypt(com.sun.identity.saml2.key.EncryptionConfig encryptionConfig, String recipientEntityID)Returns anEncryptedIDobject.EncryptedIDSubject. getEncryptedID()Returns the encrypted identifierEncryptedIDSubjectConfirmation. getEncryptedID()Returns the encrypted IDMethods in com.sun.identity.saml2.assertion with parameters of type EncryptedID Modifier and Type Method Description voidSubject. 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 EncryptedID Modifier and Type Method Description EncryptedIDLogoutRequest. getEncryptedID()Returns the value of the encryptedID property.EncryptedIDManageNameIDRequest. getEncryptedID()Returns the value of theencryptedIDproperty.EncryptedIDNameIDMappingRequest. getEncryptedID()Returns the value of theencryptedIDproperty.EncryptedIDNameIDMappingResponse. getEncryptedID()Returns the value of theencryptedIDproperty.Methods in com.sun.identity.saml2.protocol with parameters of type EncryptedID Modifier and Type Method Description voidLogoutRequest. 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.
-