Uses of Class
net.shibboleth.idp.saml.saml2.profile.impl.SAMLAuthnContext
Packages that use SAMLAuthnContext
Package
Description
Profile processing actions related to SAML 2 messages.
-
Uses of SAMLAuthnContext in net.shibboleth.idp.saml.saml2.profile.impl
Fields in net.shibboleth.idp.saml.saml2.profile.impl declared as SAMLAuthnContextModifier and TypeFieldDescriptionprivate SAMLAuthnContextProcessAssertionsForAuthentication.samlAuthnContextThe SAML authentication context.private SAMLAuthnContextValidateSAMLAuthentication.samlAuthnContextContext containing the result to validate.Fields in net.shibboleth.idp.saml.saml2.profile.impl with type parameters of type SAMLAuthnContextModifier and TypeFieldDescriptionProcessAssertionsForAuthentication.samlContextLookupStrategyLookup strategy to locate the SAML context.SAMLAuthnController.samlContextLookupStrategyLookup strategy to locate the SAML context.Methods in net.shibboleth.idp.saml.saml2.profile.impl that return SAMLAuthnContextModifier and TypeMethodDescriptionSAMLAuthnContext.setAuthnStatement(AuthnStatement statement) Set the SAMLAuthnStatementfrom the authentication.SAMLAuthnContext.setOutboundMessageHandler(MessageHandler handler) Set the outboundMessageHandlerto run prior to encoding.SAMLAuthnContext.setSubject(Subject sub) Set the SAMLSubjectfrom the authentication.Method parameters in net.shibboleth.idp.saml.saml2.profile.impl with type arguments of type SAMLAuthnContextModifier and TypeMethodDescriptionvoidProcessAssertionsForAuthentication.setSAMLAuthnContextLookupStrategy(Function<ProfileRequestContext, SAMLAuthnContext> strategy) Set the lookup strategy used to locate theSAMLAuthnContext.voidSAMLAuthnController.setSAMLAuthnContextLookupStrategy(Function<ProfileRequestContext, SAMLAuthnContext> strategy) Set the lookup strategy used to locate theSAMLAuthnContext.