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 EncryptedID
AssertionFactory. createEncryptedID(String xml)
Returns a new instance ofEncryptedID
.EncryptedID
AssertionFactory. createEncryptedID(Element elem)
Returns a new instance ofEncryptedID
.EncryptedID
NameID. encrypt(com.sun.identity.saml2.key.EncryptionConfig encryptionConfig, String recipientEntityID)
Returns anEncryptedID
object.EncryptedID
Subject. getEncryptedID()
Returns the encrypted identifierEncryptedID
SubjectConfirmation. getEncryptedID()
Returns the encrypted IDMethods in com.sun.identity.saml2.assertion with parameters of type EncryptedID Modifier and Type Method Description void
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 EncryptedID Modifier and Type Method Description EncryptedID
LogoutRequest. getEncryptedID()
Returns the value of the encryptedID property.EncryptedID
ManageNameIDRequest. getEncryptedID()
Returns the value of theencryptedID
property.EncryptedID
NameIDMappingRequest. getEncryptedID()
Returns the value of theencryptedID
property.EncryptedID
NameIDMappingResponse. getEncryptedID()
Returns the value of theencryptedID
property.Methods in com.sun.identity.saml2.protocol with parameters of type EncryptedID Modifier and Type Method Description void
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.
-