Uses of Class
net.shibboleth.idp.saml.saml2.profile.impl.SAMLAuthnContext
-
Packages that use SAMLAuthnContext Package Description net.shibboleth.idp.saml.saml2.profile.impl 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 SAMLAuthnContext Modifier and Type Field Description private 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 SAMLAuthnContext Modifier and Type Field Description private Function<ProfileRequestContext,SAMLAuthnContext>ProcessAssertionsForAuthentication. samlContextLookupStrategyLookup strategy to locate the SAML context.private Function<ProfileRequestContext,SAMLAuthnContext>SAMLAuthnController. samlContextLookupStrategyLookup strategy to locate the SAML context.Methods in net.shibboleth.idp.saml.saml2.profile.impl that return SAMLAuthnContext Modifier and Type Method Description SAMLAuthnContextSAMLAuthnContext. setAuthnStatement(AuthnStatement statement)Set the SAMLAuthnStatementfrom the authentication.SAMLAuthnContextSAMLAuthnContext. setOutboundMessageHandler(MessageHandler handler)Set the outboundMessageHandlerto run prior to encoding.SAMLAuthnContextSAMLAuthnContext. setSubject(Subject sub)Set the SAMLSubjectfrom the authentication.Method parameters in net.shibboleth.idp.saml.saml2.profile.impl with type arguments of type SAMLAuthnContext Modifier and Type Method Description voidProcessAssertionsForAuthentication. 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.
-