Uses of Class
org.opensaml.saml.common.messaging.context.SAMLSubjectNameIdentifierContext
-
Packages that use SAMLSubjectNameIdentifierContext Package Description org.opensaml.saml.saml1.profile.impl Implementations of SAML 1.x profile behavior.org.opensaml.saml.saml2.profile.impl 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 SAMLSubjectNameIdentifierContext Modifier and Type Field Description private Function<ProfileRequestContext,SAMLSubjectNameIdentifierContext>CopyNameIdentifierFromRequest. 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 SAMLSubjectNameIdentifierContext Modifier and Type Method Description voidCopyNameIdentifierFromRequest. 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 SAMLSubjectNameIdentifierContext Modifier and Type Field Description private Function<ProfileRequestContext,SAMLSubjectNameIdentifierContext>CopyNameIDFromRequest. 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 SAMLSubjectNameIdentifierContext Modifier and Type Method Description voidCopyNameIDFromRequest. setNameIDContextLookupStrategy(Function<ProfileRequestContext,SAMLSubjectNameIdentifierContext> strategy)Set the strategy used to locate theSAMLSubjectNameIdentifierContextto copy from.
-