Uses of Class
net.shibboleth.idp.saml.authn.principal.AuthnContextClassRefPrincipal
Packages that use AuthnContextClassRefPrincipal
Package
Description
CAS protocol configuration implementations.
SAML-specific classes for integration with idp-authn-api packages.
Profile configurations for SAML 2 profiles.
Functions to navigate into SAML 2 profile configuration information.
Profile processing actions related to SAML 2 messages.
-
Uses of AuthnContextClassRefPrincipal in net.shibboleth.idp.cas.config
Fields in net.shibboleth.idp.cas.config with type parameters of type AuthnContextClassRefPrincipalModifier and TypeFieldDescriptionLoginConfiguration.defaultAuthenticationContextsLookupStrategyLookup function to supply defaultAuthenticationContexts property.Method parameters in net.shibboleth.idp.cas.config with type arguments of type AuthnContextClassRefPrincipalModifier and TypeMethodDescriptionvoidLoginConfiguration.setDefaultAuthenticationMethods(Collection<AuthnContextClassRefPrincipal> contexts) Set the default authentication contexts to use, expressed as custom principals.voidLoginConfiguration.setDefaultAuthenticationMethodsLookupStrategy(Function<ProfileRequestContext, Collection<AuthnContextClassRefPrincipal>> strategy) Set a lookup strategy for the default authentication contexts to use. -
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.config
Fields in net.shibboleth.idp.saml.saml2.profile.config with type parameters of type AuthnContextClassRefPrincipalModifier and TypeFieldDescriptionBrowserSSOProfileConfiguration.defaultAuthenticationContextsLookupStrategyLookup function to supply default authentication methods.Method parameters in net.shibboleth.idp.saml.saml2.profile.config with type arguments of type AuthnContextClassRefPrincipalModifier and TypeMethodDescriptionvoidBrowserSSOProfileConfiguration.setDefaultAuthenticationMethods(Collection<AuthnContextClassRefPrincipal> contexts) Set the default authentication contexts to use, expressed as custom principals.voidBrowserSSOProfileConfiguration.setDefaultAuthenticationMethodsLookupStrategy(Function<ProfileRequestContext, Collection<AuthnContextClassRefPrincipal>> strategy) Set a lookup strategy for the authentication contexts to use, expressed as custom principals. -
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.