Uses of Interface
org.opensaml.saml.saml1.core.NameIdentifier
Packages that use NameIdentifier
Package
Description
Context classes for SAML-based messaging function.
Functions and predicates supporting common SAML profile behavior.
Interfaces for SAML 1.0 and 1.1 types and elements.
Implementations of SAML 1.x core specification types and elements.
Classes for SAML 1.x profile behavior.
Implementations of SAML 1.x profile behavior.
-
Uses of NameIdentifier in org.opensaml.saml.common.messaging.context
Methods in org.opensaml.saml.common.messaging.context that return NameIdentifierModifier and TypeMethodDescriptionSAMLSubjectNameIdentifierContext.getSAML1SubjectNameIdentifier()Gets the SAML 1NameIdentifierrepresented by this context. -
Uses of NameIdentifier in org.opensaml.saml.common.profile.logic
Methods in org.opensaml.saml.common.profile.logic with parameters of type NameIdentifierModifier and TypeMethodDescriptionprivate booleanAbstractNameIDPolicyPredicate.doApply(ProfileRequestContext input, NameIdentifier target) Apply policy to the target object. -
Uses of NameIdentifier in org.opensaml.saml.saml1.core
Methods in org.opensaml.saml.saml1.core that return NameIdentifierMethods in org.opensaml.saml.saml1.core with parameters of type NameIdentifierModifier and TypeMethodDescriptionvoidSubject.setNameIdentifier(NameIdentifier nameIdentifier) Set the name identifier. -
Uses of NameIdentifier in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement NameIdentifierFields in org.opensaml.saml.saml1.core.impl declared as NameIdentifierModifier and TypeFieldDescriptionprivate NameIdentifierSubjectImpl.nameIdentifierContains the NameIdentifier inside the Subject.Methods in org.opensaml.saml.saml1.core.impl that return NameIdentifierModifier and TypeMethodDescriptionNameIdentifierBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.NameIdentifierBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.SubjectImpl.getNameIdentifier()Get the name identifier.Methods in org.opensaml.saml.saml1.core.impl with parameters of type NameIdentifierModifier and TypeMethodDescriptionvoidSubjectImpl.setNameIdentifier(NameIdentifier name) Set the name identifier. -
Uses of NameIdentifier in org.opensaml.saml.saml1.profile
Fields in org.opensaml.saml.saml1.profile with type parameters of type NameIdentifierModifier and TypeFieldDescriptionprivate final SAMLObjectBuilder<NameIdentifier>AbstractSAML1NameIdentifierGenerator.nameBuilderBuilder for objects.Methods in org.opensaml.saml.saml1.profile that return NameIdentifierModifier and TypeMethodDescriptionprotected NameIdentifierAbstractSAML1NameIdentifierGenerator.doGenerate(ProfileRequestContext profileRequestContext) Override this method to fully control the generation process.SAML1NameIdentifierGenerator.generate(ProfileRequestContext profileRequestContext, String format) Generate an identifier object.Methods in org.opensaml.saml.saml1.profile with parameters of type NameIdentifierModifier and TypeMethodDescriptionstatic booleanSAML1ObjectSupport.areNameIdentifiersEquivalent(NameIdentifier name1, NameIdentifier name2) Return true iff the two inputNameIdentifierobjects are equivalent for SAML 1.x purposes. -
Uses of NameIdentifier in org.opensaml.saml.saml1.profile.impl
Fields in org.opensaml.saml.saml1.profile.impl declared as NameIdentifierModifier and TypeFieldDescriptionprivate NameIdentifierCopyNameIdentifierFromRequest.nameIdentifierNameIdentifier to copy.Fields in org.opensaml.saml.saml1.profile.impl with type parameters of type NameIdentifierModifier and TypeFieldDescriptionprivate final SAMLObjectBuilder<NameIdentifier>AddNameIdentifierToSubjects.nameIdentifierBuilderBuilder for NameIdentifier objects.private final SAMLObjectBuilder<NameIdentifier>CopyNameIdentifierFromRequest.nameIdentifierBuilderBuilder for NameIdentifier objects.Methods in org.opensaml.saml.saml1.profile.impl that return NameIdentifierModifier and TypeMethodDescriptionprivate NameIdentifierAddNameIdentifierToSubjects.cloneNameIdentifier(NameIdentifier nameIdentifier) Create an efficient field-wise copy of aNameIdentifier.private NameIdentifierCopyNameIdentifierFromRequest.cloneNameIdentifier()Create an efficient field-wise copy of aNameIdentifier.private NameIdentifierAddNameIdentifierToSubjects.generateNameIdentifier(ProfileRequestContext profileRequestContext) Attempt to generate aNameIdentifierusing each of the candidate Formats and plugins.Methods in org.opensaml.saml.saml1.profile.impl with parameters of type NameIdentifierModifier and TypeMethodDescriptionprivate NameIdentifierAddNameIdentifierToSubjects.cloneNameIdentifier(NameIdentifier nameIdentifier) Create an efficient field-wise copy of aNameIdentifier.