Uses of Interface
org.opensaml.saml.saml2.core.EncryptedID
Packages that use EncryptedID
Package
Description
Interfaces for SAML 2 Condition for Delegation Restriction.
Implementation for SAML v2.0 Condition for Delegation Restriction Version 1.0.
Interfaces for SAML 2.0 core and protocol interfaces.
Implementations of SAML 2.0 core specification types and elements.
Classes for encrypting and decrypting SAML.
Implementations of SAML 2.0 profile behavior.
-
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.ext.saml2delrestrict.impl
Fields in org.opensaml.saml.ext.saml2delrestrict.impl declared as EncryptedIDModifier and TypeFieldDescriptionprivate EncryptedIDDelegateImpl.encryptedIDEncryptedID child element.Methods in org.opensaml.saml.ext.saml2delrestrict.impl that return EncryptedIDModifier and TypeMethodDescriptionDelegateImpl.getEncryptedID()Gets the EncryptedID child element of the delegate.Methods in org.opensaml.saml.ext.saml2delrestrict.impl with parameters of type EncryptedIDModifier and TypeMethodDescriptionvoidDelegateImpl.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.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement EncryptedIDFields in org.opensaml.saml.saml2.core.impl declared as EncryptedIDModifier and TypeFieldDescriptionprivate EncryptedIDLogoutRequestImpl.encryptedIDEncryptedID child element.private EncryptedIDManageNameIDRequestImpl.encryptedIDEncryptedID child element.private EncryptedIDNameIDMappingRequestImpl.encryptedIDEncryptedID child element.private EncryptedIDNameIDMappingResponseImpl.encryptedIDEncryptedID child element.private EncryptedIDSubjectConfirmationImpl.encryptedIDEncryptedID child element.private EncryptedIDSubjectImpl.encryptedIDEncryptedID child element.Methods in org.opensaml.saml.saml2.core.impl that return EncryptedIDModifier and TypeMethodDescriptionEncryptedIDBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.EncryptedIDBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.LogoutRequestImpl.getEncryptedID()Gets the encrytped name identifier of the principal for this request.ManageNameIDRequestImpl.getEncryptedID()Get the EncryptedID of the request.NameIDMappingRequestImpl.getEncryptedID()Gets the encrypted name identifier of the principal for this request.NameIDMappingResponseImpl.getEncryptedID()Gets the encrypted name identifier of the principal for this response.SubjectConfirmationImpl.getEncryptedID()Gets the encrypted name identifier of the principal for this request.SubjectImpl.getEncryptedID()Gets the encrypted name identifier of the principal for this request.Methods in org.opensaml.saml.saml2.core.impl with parameters of type EncryptedIDModifier and TypeMethodDescriptionvoidLogoutRequestImpl.setEncryptedID(EncryptedID newEncryptedID) Sets the encrypted name identifier of the principal for this request.voidManageNameIDRequestImpl.setEncryptedID(EncryptedID newEncID) Set the EncryptedID of the request.voidNameIDMappingRequestImpl.setEncryptedID(EncryptedID newEncryptedID) Sets the encrypted name identifier of the principal for this request.voidNameIDMappingResponseImpl.setEncryptedID(EncryptedID newEncryptedID) Sets the encrypted name identifier of the principal for this response.voidSubjectConfirmationImpl.setEncryptedID(EncryptedID newEncryptedID) Sets the encrypted name identifier of the principal for this request.voidSubjectImpl.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. -
Uses of EncryptedID in org.opensaml.saml.saml2.profile.impl
Methods in org.opensaml.saml.saml2.profile.impl with parameters of type EncryptedIDModifier and TypeMethodDescriptionprivate NameIDDecryptNameIDs.processEncryptedID(ProfileRequestContext profileRequestContext, EncryptedID encID) Decrypt anEncryptedIDand return the result.