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.
Classes for 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.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.