Uses of Class
org.opensaml.saml.common.messaging.context.SAMLSubjectNameIdentifierContext
Packages that use SAMLSubjectNameIdentifierContext
Package
Description
Implementations of SAML 1.x profile behavior.
Implementations of SAML 2.0 profile behavior.
-
Uses of SAMLSubjectNameIdentifierContext in org.opensaml.saml.saml1.profile.impl
Fields in org.opensaml.saml.saml1.profile.impl with type parameters of type SAMLSubjectNameIdentifierContextModifier and TypeFieldDescriptionCopyNameIdentifierFromRequest.nameIdentifierContextLookupStrategyStrategy used to locate the name identifier context to copy from.Method parameters in org.opensaml.saml.saml1.profile.impl with type arguments of type SAMLSubjectNameIdentifierContextModifier and TypeMethodDescriptionvoidCopyNameIdentifierFromRequest.setNameIdentifierContextLookupStrategy(Function<ProfileRequestContext, SAMLSubjectNameIdentifierContext> strategy) Set the strategy used to locate theSAMLSubjectNameIdentifierContextto copy from. -
Uses of SAMLSubjectNameIdentifierContext in org.opensaml.saml.saml2.profile.impl
Fields in org.opensaml.saml.saml2.profile.impl with type parameters of type SAMLSubjectNameIdentifierContextModifier and TypeFieldDescriptionCopyNameIDFromRequest.nameIdentifierContextLookupStrategyStrategy used to locate the name identifier context to copy from.Method parameters in org.opensaml.saml.saml2.profile.impl with type arguments of type SAMLSubjectNameIdentifierContextModifier and TypeMethodDescriptionvoidCopyNameIDFromRequest.setNameIDContextLookupStrategy(Function<ProfileRequestContext, SAMLSubjectNameIdentifierContext> strategy) Set the strategy used to locate theSAMLSubjectNameIdentifierContextto copy from.