Uses of Interface
org.opensaml.saml.saml1.core.NameIdentifier
-
Packages that use NameIdentifier 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.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements.org.opensaml.saml.saml1.profile 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 NameIdentifier Modifier and Type Method Description NameIdentifierSAMLSubjectNameIdentifierContext. 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 NameIdentifier Modifier and Type Method Description private 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 NameIdentifier Modifier and Type Method Description NameIdentifierSubject. getNameIdentifier()Get the name identifier.Methods in org.opensaml.saml.saml1.core with parameters of type NameIdentifier Modifier and Type Method Description voidSubject. 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 NameIdentifier Modifier and Type Field Description private SAMLObjectBuilder<NameIdentifier>AbstractSAML1NameIdentifierGenerator. nameBuilderBuilder for objects.Methods in org.opensaml.saml.saml1.profile that return NameIdentifier Modifier and Type Method Description protected NameIdentifierAbstractSAML1NameIdentifierGenerator. doGenerate(ProfileRequestContext profileRequestContext)Override this method to fully control the generation process.NameIdentifierSAML1NameIdentifierGenerator. generate(ProfileRequestContext profileRequestContext, String format)Generate an identifier object.Methods in org.opensaml.saml.saml1.profile with parameters of type NameIdentifier Modifier and Type Method Description static booleanSAML1ObjectSupport. areNameIdentifiersEquivalent(NameIdentifier name1, NameIdentifier name2)Return true iff the two inputNameIdentifierobjects are equivalent for SAML 1.x purposes.
-