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.saml2.core Interfaces for SAML 2.0 core and protocol interfaces.org.opensaml.saml.saml2.encryption Classes for encrypting and decrypting SAML.org.opensaml.saml.saml2.profile Classes for 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.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.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.
-