Uses of Interface
org.opensaml.saml.saml2.core.NameID
-
Packages that use NameID Package Description org.opensaml.saml.common.messaging.context Context classes for SAML-based messaging function.org.opensaml.saml.common.profile.logic Functions and predicates supporting common SAML profile behavior.org.opensaml.saml.ext.saml2delrestrict Interfaces for SAML 2 Condition for Delegation Restriction.org.opensaml.saml.ext.saml2delrestrict.impl Implementation for SAML v2.0 Condition for Delegation Restriction Version 1.0.org.opensaml.saml.saml2.core Interfaces for SAML 2.0 core and protocol interfaces.org.opensaml.saml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements.org.opensaml.saml.saml2.encryption Classes for encrypting and decrypting SAML.org.opensaml.saml.saml2.profile Classes for SAML 2.0 profile behavior.org.opensaml.saml.saml2.profile.impl Implementations of SAML 2.0 profile behavior. -
-
Uses of NameID in org.opensaml.saml.common.messaging.context
Methods in org.opensaml.saml.common.messaging.context that return NameID Modifier and Type Method Description NameIDSAMLSubjectNameIdentifierContext. getSAML2SubjectNameID()Gets the SAML 2NameIDrepresented by this context. -
Uses of NameID in org.opensaml.saml.common.profile.logic
Methods in org.opensaml.saml.common.profile.logic with parameters of type NameID Modifier and Type Method Description private booleanAbstractNameIDPolicyPredicate. doApply(ProfileRequestContext input, NameID target)Apply policy to the target object. -
Uses of NameID in org.opensaml.saml.ext.saml2delrestrict
Methods in org.opensaml.saml.ext.saml2delrestrict that return NameID Modifier and Type Method Description NameIDDelegate. getNameID()Gets the NameID child element of the delegate.Methods in org.opensaml.saml.ext.saml2delrestrict with parameters of type NameID Modifier and Type Method Description voidDelegate. setNameID(NameID newNameID)Sets the NameID child element of the delegate. -
Uses of NameID in org.opensaml.saml.ext.saml2delrestrict.impl
Fields in org.opensaml.saml.ext.saml2delrestrict.impl declared as NameID Modifier and Type Field Description private NameIDDelegateImpl. nameIDNameID child element.Methods in org.opensaml.saml.ext.saml2delrestrict.impl that return NameID Modifier and Type Method Description NameIDDelegateImpl. getNameID()Gets the NameID child element of the delegate.Methods in org.opensaml.saml.ext.saml2delrestrict.impl with parameters of type NameID Modifier and Type Method Description voidDelegateImpl. setNameID(NameID newNameID)Sets the NameID child element of the delegate. -
Uses of NameID in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return NameID Modifier and Type Method Description NameIDLogoutRequest. getNameID()Gets the name identifier of the principal for this request.NameIDManageNameIDRequest. getNameID()Get the NameID of the request.NameIDNameIDMappingRequest. getNameID()Gets the name identifier of the principal for this request.NameIDNameIDMappingResponse. getNameID()Gets the name identifier of the principal for this response.NameIDSubject. getNameID()Gets the name identifier of the principal for this request.NameIDSubjectConfirmation. getNameID()Gets the name identifier of the principal for this request.Methods in org.opensaml.saml.saml2.core with parameters of type NameID Modifier and Type Method Description voidLogoutRequest. setNameID(NameID newNameID)Sets the name identifier of the principal for this request.voidManageNameIDRequest. setNameID(NameID newNameID)Set the NameID of the request.voidNameIDMappingRequest. setNameID(NameID newNameID)Sets the name identifier of the principal for this request.voidNameIDMappingResponse. setNameID(NameID newNameID)Sets the name identifier of the principal for this response.voidSubject. setNameID(NameID newNameID)Sets the name identifier of the principal for this request.voidSubjectConfirmation. setNameID(NameID newNameID)Sets the name identifier of the principal for this request. -
Uses of NameID in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement NameID Modifier and Type Class Description classNameIDImplConcrete implementation ofNameID.Fields in org.opensaml.saml.saml2.core.impl declared as NameID Modifier and Type Field Description private NameIDLogoutRequestImpl. nameIDNameID child element.private NameIDManageNameIDRequestImpl. nameIDNameID child element.private NameIDNameIDMappingRequestImpl. nameIDNameID child element.private NameIDNameIDMappingResponseImpl. nameIDNameID child element.private NameIDSubjectConfirmationImpl. nameIDNameID child element.private NameIDSubjectImpl. nameIDNameID child element.Methods in org.opensaml.saml.saml2.core.impl that return NameID Modifier and Type Method Description NameIDNameIDBuilder. buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.NameIDNameIDBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.NameIDLogoutRequestImpl. getNameID()Gets the name identifier of the principal for this request.NameIDManageNameIDRequestImpl. getNameID()Get the NameID of the request.NameIDNameIDMappingRequestImpl. getNameID()Gets the name identifier of the principal for this request.NameIDNameIDMappingResponseImpl. getNameID()Gets the name identifier of the principal for this response.NameIDSubjectConfirmationImpl. getNameID()Gets the name identifier of the principal for this request.NameIDSubjectImpl. getNameID()Gets the name identifier of the principal for this request.Methods in org.opensaml.saml.saml2.core.impl with parameters of type NameID Modifier and Type Method Description voidLogoutRequestImpl. setNameID(NameID newNameID)Sets the name identifier of the principal for this request.voidManageNameIDRequestImpl. setNameID(NameID newNameID)Set the NameID of the request.voidNameIDMappingRequestImpl. setNameID(NameID newNameID)Sets the name identifier of the principal for this request.voidNameIDMappingResponseImpl. setNameID(NameID newNameID)Sets the name identifier of the principal for this response.voidSubjectConfirmationImpl. setNameID(NameID newNameID)Sets the name identifier of the principal for this request.voidSubjectImpl. setNameID(NameID newNameID)Sets the name identifier of the principal for this request. -
Uses of NameID in org.opensaml.saml.saml2.encryption
Methods in org.opensaml.saml.saml2.encryption with parameters of type NameID Modifier and Type Method Description EncryptedIDEncrypter. encrypt(NameID nameID)Encrypt the specified NameID. -
Uses of NameID in org.opensaml.saml.saml2.profile
Fields in org.opensaml.saml.saml2.profile with type parameters of type NameID Modifier and Type Field Description private SAMLObjectBuilder<NameID>AbstractSAML2NameIDGenerator. nameBuilderBuilder for objects.Methods in org.opensaml.saml.saml2.profile that return NameID Modifier and Type Method Description protected NameIDAbstractSAML2NameIDGenerator. doGenerate(ProfileRequestContext profileRequestContext)Override this method to fully control the generation process.NameIDSAML2NameIDGenerator. generate(ProfileRequestContext profileRequestContext, String format)Generate an identifier object.Methods in org.opensaml.saml.saml2.profile with parameters of type NameID Modifier and Type Method Description static booleanSAML2ObjectSupport. areNameIDsEquivalent(NameID name1, NameID name2)Return true iff the two inputNameIDobjects are equivalent for SAML 2.0 purposes, with the assumption that the qualifier attributes must match exactly.static booleanSAML2ObjectSupport. areNameIDsEquivalent(NameID name1, NameID name2, String assertingParty, String relyingParty)Return true iff the two inputNameIDobjects are equivalent for SAML 2.0 purposes, allowing thw qualifier attributes to assume default values if not otherwise set. -
Uses of NameID in org.opensaml.saml.saml2.profile.impl
Fields in org.opensaml.saml.saml2.profile.impl declared as NameID Modifier and Type Field Description private NameIDCopyNameIDFromRequest. nameIdNameID to copy.Fields in org.opensaml.saml.saml2.profile.impl with type parameters of type NameID Modifier and Type Field Description private SAMLObjectBuilder<NameID>AddNameIDToSubjects. nameIdBuilderBuilder for NameID objects.private SAMLObjectBuilder<NameID>CopyNameIDFromRequest. nameIdBuilderBuilder for NameID objects.Methods in org.opensaml.saml.saml2.profile.impl that return NameID Modifier and Type Method Description private NameIDAddNameIDToSubjects. cloneNameID(NameID nameId)Create an efficient field-wise copy of aNameID.private NameIDCopyNameIDFromRequest. cloneNameID()Create an efficient field-wise copy of aNameID.private NameIDAddNameIDToSubjects. generateNameID(ProfileRequestContext profileRequestContext)Attempt to generate aNameIDusing each of the candidate Formats and plugins.private NameIDDecryptNameIDs. processEncryptedID(ProfileRequestContext profileRequestContext, EncryptedID encID)Decrypt anEncryptedIDand return the result.Methods in org.opensaml.saml.saml2.profile.impl with parameters of type NameID Modifier and Type Method Description private NameIDAddNameIDToSubjects. cloneNameID(NameID nameId)Create an efficient field-wise copy of aNameID.private booleanEncryptNameIDs. shouldEncrypt(NameID name)Return true iff the NameID should be encrypted.
-