Uses of Interface
org.opensaml.saml.saml2.core.EncryptedID
Packages that use EncryptedID
Package
Description
Interfaces for SAML 2 Condition for Delegation Restriction.
Interfaces for SAML 2.0 core and protocol interfaces.
Classes for encrypting and decrypting SAML.
-
Uses of EncryptedID in org.opensaml.saml.ext.saml2delrestrict
Methods in org.opensaml.saml.ext.saml2delrestrict that return EncryptedIDModifier and TypeMethodDescriptionDelegate.getEncryptedID()Gets the EncryptedID child element of the delegate.Methods in org.opensaml.saml.ext.saml2delrestrict with parameters of type EncryptedIDModifier and TypeMethodDescriptionvoidDelegate.setEncryptedID(EncryptedID newEncryptedID) Sets the EncryptedID child element of the delegate. -
Uses of EncryptedID in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return EncryptedIDModifier and TypeMethodDescriptionLogoutRequest.getEncryptedID()Gets the encrytped name identifier of the principal for this request.ManageNameIDRequest.getEncryptedID()Get the EncryptedID of the request.NameIDMappingRequest.getEncryptedID()Gets the encrypted name identifier of the principal for this request.NameIDMappingResponse.getEncryptedID()Gets the encrypted name identifier of the principal for this response.Subject.getEncryptedID()Gets the encrypted name identifier of the principal for this request.SubjectConfirmation.getEncryptedID()Gets the encrypted name identifier of the principal for this request.Methods in org.opensaml.saml.saml2.core with parameters of type EncryptedIDModifier and TypeMethodDescriptionvoidLogoutRequest.setEncryptedID(EncryptedID newEncryptedID) Sets the encrypted name identifier of the principal for this request.voidManageNameIDRequest.setEncryptedID(EncryptedID newEncryptedID) Set the EncryptedID of the request.voidNameIDMappingRequest.setEncryptedID(EncryptedID newEncryptedID) Sets the encrypted name identifier of the principal for this request.voidNameIDMappingResponse.setEncryptedID(EncryptedID newEncryptedID) Sets the encrypted name identifier of the principal for this response.voidSubject.setEncryptedID(EncryptedID newEncryptedID) Sets the encrypted name identifier of the principal for this request.voidSubjectConfirmation.setEncryptedID(EncryptedID newEncryptedID) Sets the encrypted name identifier of the principal for this request. -
Uses of EncryptedID in org.opensaml.saml.saml2.encryption
Methods in org.opensaml.saml.saml2.encryption that return EncryptedIDModifier and TypeMethodDescriptionEncrypt the specified BaseID.Encrypt the specified NameID.Encrypter.encryptAsID(Assertion assertion) Encrypt the specified Assertion, treating as an identifier and returning an EncryptedID.Methods in org.opensaml.saml.saml2.encryption with parameters of type EncryptedIDModifier and TypeMethodDescriptionDecrypter.decrypt(EncryptedID encryptedID) Decrypt the specified EncryptedID.