Uses of Interface
org.opensaml.saml2.core.EncryptedID

Packages that use EncryptedID
org.opensaml.saml2.core Interfaces for SAML 2.0 core specification types and elements. 
org.opensaml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements. 
org.opensaml.saml2.encryption Classes for encrypting and decrypting SAML. 
 

Uses of EncryptedID in org.opensaml.saml2.core
 

Methods in org.opensaml.saml2.core that return EncryptedID
 EncryptedID NameIDMappingRequest.getEncryptedID()
          Gets the encrypted name identifier of the principal for this request.
 EncryptedID Subject.getEncryptedID()
          Gets the encrypted name identifier of the principal for this request.
 EncryptedID SubjectConfirmation.getEncryptedID()
          Gets the encrypted name identifier of the principal for this request.
 EncryptedID ManageNameIDRequest.getEncryptedID()
          Get the EncryptedID of the request.
 EncryptedID NameIDMappingResponse.getEncryptedID()
          Gets the encrypted name identifier of the principal for this response.
 EncryptedID LogoutRequest.getEncryptedID()
          Gets the encrytped name identifier of the principal for this request.
 

Methods in org.opensaml.saml2.core with parameters of type EncryptedID
 void NameIDMappingRequest.setEncryptedID(EncryptedID newEncryptedID)
          Sets the encrypted name identifier of the principal for this request.
 void Subject.setEncryptedID(EncryptedID newEncryptedID)
          Sets the encrypted name identifier of the principal for this request.
 void SubjectConfirmation.setEncryptedID(EncryptedID newEncryptedID)
          Sets the encrypted name identifier of the principal for this request.
 void ManageNameIDRequest.setEncryptedID(EncryptedID newEncryptedID)
          Set the EncryptedID of the request.
 void NameIDMappingResponse.setEncryptedID(EncryptedID newEncryptedID)
          Sets the encrypted name identifier of the principal for this response.
 void LogoutRequest.setEncryptedID(EncryptedID newEncryptedID)
          Sets the encrypted name identifier of the principal for this request.
 

Uses of EncryptedID in org.opensaml.saml2.core.impl
 

Classes in org.opensaml.saml2.core.impl that implement EncryptedID
 class EncryptedIDImpl
          A concrete implementation of EncryptedID.
 

Methods in org.opensaml.saml2.core.impl that return EncryptedID
 EncryptedID EncryptedIDBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 EncryptedID EncryptedIDBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 EncryptedID SubjectConfirmationImpl.getEncryptedID()
          Gets the encrypted name identifier of the principal for this request.
 EncryptedID NameIDMappingResponseImpl.getEncryptedID()
          Gets the encrypted name identifier of the principal for this response.
 EncryptedID SubjectImpl.getEncryptedID()
          Gets the encrypted name identifier of the principal for this request.
 EncryptedID ManageNameIDRequestImpl.getEncryptedID()
          Get the EncryptedID of the request.
 EncryptedID NameIDMappingRequestImpl.getEncryptedID()
          Gets the encrypted name identifier of the principal for this request.
 EncryptedID LogoutRequestImpl.getEncryptedID()
          Gets the encrytped name identifier of the principal for this request.
 

Methods in org.opensaml.saml2.core.impl with parameters of type EncryptedID
 void SubjectConfirmationImpl.setEncryptedID(EncryptedID newEncryptedID)
          Sets the encrypted name identifier of the principal for this request.
 void NameIDMappingResponseImpl.setEncryptedID(EncryptedID newEncryptedID)
          Sets the encrypted name identifier of the principal for this response.
 void SubjectImpl.setEncryptedID(EncryptedID newEncryptedID)
          Sets the encrypted name identifier of the principal for this request.
 void ManageNameIDRequestImpl.setEncryptedID(EncryptedID newEncID)
          Set the EncryptedID of the request.
 void NameIDMappingRequestImpl.setEncryptedID(EncryptedID newEncryptedID)
          Sets the encrypted name identifier of the principal for this request.
 void LogoutRequestImpl.setEncryptedID(EncryptedID newEncryptedID)
          Sets the encrypted name identifier of the principal for this request.
 

Uses of EncryptedID in org.opensaml.saml2.encryption
 

Methods in org.opensaml.saml2.encryption that return EncryptedID
 EncryptedID Encrypter.encrypt(BaseID baseID)
          Encrypt the specified BaseID.
 EncryptedID Encrypter.encrypt(NameID nameID)
          Encrypt the specified NameID.
 EncryptedID Encrypter.encryptAsID(Assertion assertion)
          Encrypt the specified Assertion, treating as an identifier and returning an EncryptedID.
 

Methods in org.opensaml.saml2.encryption with parameters of type EncryptedID
 SAMLObject Decrypter.decrypt(EncryptedID encryptedID)
          Decrypt the specified EncryptedID.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.