Uses of Class
net.shibboleth.idp.saml.authn.principal.AuthnContextClassRefPrincipal
Packages that use AuthnContextClassRefPrincipal
Package
Description
SAML-specific classes for integration with idp-authn-api packages.
Profile processing actions related to SAML 2 messages.
-
Uses of AuthnContextClassRefPrincipal in net.shibboleth.idp.saml.authn.principal
Methods in net.shibboleth.idp.saml.authn.principal that return AuthnContextClassRefPrincipalModifier and TypeMethodDescriptionAuthnContextClassRefPrincipal.clone()Creates and returns a copy of this object. -
Uses of AuthnContextClassRefPrincipal in net.shibboleth.idp.saml.saml2.profile.impl
Fields in net.shibboleth.idp.saml.saml2.profile.impl with type parameters of type AuthnContextClassRefPrincipalModifier and TypeFieldDescriptionAddAuthnStatementToAssertion.classRefLookupStrategyStrategy used to determine the AuthnContextClassRef.Method parameters in net.shibboleth.idp.saml.saml2.profile.impl with type arguments of type AuthnContextClassRefPrincipalModifier and TypeMethodDescriptionvoidAddAuthnStatementToAssertion.setClassRefLookupStrategy(Function<ProfileRequestContext, AuthnContextClassRefPrincipal> strategy) Set the strategy function to use to obtain the authentication context class reference to use.