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

Packages that use NameID
org.opensaml.saml2.binding.artifact Classes that may be used to create and manipulate SAML 2 artifacts. 
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.core.validator Validation rules for SAML 2.0 core types and elements. 
org.opensaml.saml2.encryption Classes for encrypting and decrypting SAML. 
org.opensaml.samlext.saml2delrestrict Interfaces for SAML 2 Condition for Delegation Restriction. 
org.opensaml.samlext.saml2delrestrict.impl Implementation for SAML 2 Condition for Delegation Restriction. 
 

Uses of NameID in org.opensaml.saml2.binding.artifact
 

Method parameters in org.opensaml.saml2.binding.artifact with type arguments of type NameID
 SAML2ArtifactType0004 SAML2ArtifactType0004Builder.buildArtifact(SAMLMessageContext<SAMLObject,SAMLObject,NameID> requestContext)
          Builds an artifact, for the given assertion, destined for the outbound message recipient.
 ArtifactType SAML2ArtifactBuilder.buildArtifact(SAMLMessageContext<SAMLObject,SAMLObject,NameID> requestContext)
          Builds an artifact, for the given assertion, destined for the outbound message recipient.
protected  Endpoint SAML2ArtifactType0004Builder.getAcsEndpoint(SAMLMessageContext<SAMLObject,SAMLObject,NameID> requestContext)
          Gets the source location used to for the artifacts created by this encoder.
 

Uses of NameID in org.opensaml.saml2.core
 

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

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

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

Classes in org.opensaml.saml2.core.impl that implement NameID
 class NameIDImpl
          Concrete implementation of NameID.
 

Fields in org.opensaml.saml2.core.impl declared as NameID
private  NameID SubjectImpl.nameID
          NameID child element.
private  NameID SubjectConfirmationImpl.nameID
          NameID child element.
private  NameID NameIDMappingResponseImpl.nameID
          NameID child element.
private  NameID NameIDMappingRequestImpl.nameID
          NameID child element.
private  NameID ManageNameIDRequestImpl.nameID
          NameID child element.
private  NameID LogoutRequestImpl.nameID
          NameID child element.
 

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

Methods in org.opensaml.saml2.core.impl with parameters of type NameID
 void SubjectImpl.setNameID(NameID newNameID)
          Sets the name identifier of the principal for this request.
 void SubjectConfirmationImpl.setNameID(NameID newNameID)
          Sets the name identifier of the principal for this request.
 void NameIDMappingResponseImpl.setNameID(NameID newNameID)
          Sets the name identifier of the principal for this response.
 void NameIDMappingRequestImpl.setNameID(NameID newNameID)
          Sets the name identifier of the principal for this request.
 void ManageNameIDRequestImpl.setNameID(NameID newNameID)
          Set the NameID of the request.
 void LogoutRequestImpl.setNameID(NameID newNameID)
          Sets the name identifier of the principal for this request.
 

Uses of NameID in org.opensaml.saml2.core.validator
 

Methods in org.opensaml.saml2.core.validator with parameters of type NameID
 void NameIDSchemaValidator.validate(NameID nameID)
          
protected  void NameIDSchemaValidator.validateName(NameID nameID)
          Checks that Name is present.
 

Uses of NameID in org.opensaml.saml2.encryption
 

Methods in org.opensaml.saml2.encryption with parameters of type NameID
 EncryptedID Encrypter.encrypt(NameID nameID)
          Encrypt the specified NameID.
 

Uses of NameID in org.opensaml.samlext.saml2delrestrict
 

Methods in org.opensaml.samlext.saml2delrestrict that return NameID
 NameID Delegate.getNameID()
          Gets the NameID child element of the delegate.
 

Methods in org.opensaml.samlext.saml2delrestrict with parameters of type NameID
 void Delegate.setNameID(NameID newNameID)
          Sets the NameID child element of the delegate.
 

Uses of NameID in org.opensaml.samlext.saml2delrestrict.impl
 

Fields in org.opensaml.samlext.saml2delrestrict.impl declared as NameID
private  NameID DelegateImpl.nameID
          NameID child element.
 

Methods in org.opensaml.samlext.saml2delrestrict.impl that return NameID
 NameID DelegateImpl.getNameID()
          Gets the NameID child element of the delegate.
 

Methods in org.opensaml.samlext.saml2delrestrict.impl with parameters of type NameID
 void DelegateImpl.setNameID(NameID newNameID)
          Sets the NameID child element of the delegate.
 



Copyright © 1999-2012. All Rights Reserved.