Uses of Class
net.shibboleth.idp.saml.authn.principal.AuthnContextClassRefPrincipal
-
Packages that use AuthnContextClassRefPrincipal Package Description net.shibboleth.idp.cas.config CAS protocol configuration implementations.net.shibboleth.idp.saml.authn.principal SAML-specific classes for integration with idp-authn-api packages.net.shibboleth.idp.saml.saml2.profile.config Profile configurations for SAML 2 profiles.net.shibboleth.idp.saml.saml2.profile.config.navigate Functions to navigate into SAML 2 profile configuration information.net.shibboleth.idp.saml.saml2.profile.impl 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 AuthnContextClassRefPrincipal Modifier and Type Field Description private Function<ProfileRequestContext,Collection<AuthnContextClassRefPrincipal>>LoginConfiguration. defaultAuthenticationContextsLookupStrategyLookup function to supply defaultAuthenticationContexts property.Method parameters in net.shibboleth.idp.cas.config with type arguments of type AuthnContextClassRefPrincipal Modifier and Type Method Description voidLoginConfiguration. 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 AuthnContextClassRefPrincipal Modifier and Type Method Description AuthnContextClassRefPrincipalAuthnContextClassRefPrincipal. 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 AuthnContextClassRefPrincipal Modifier and Type Field Description private Function<ProfileRequestContext,Collection<AuthnContextClassRefPrincipal>>BrowserSSOProfileConfiguration. defaultAuthenticationContextsLookupStrategyLookup function to supply default authentication methods.Method parameters in net.shibboleth.idp.saml.saml2.profile.config with type arguments of type AuthnContextClassRefPrincipal Modifier and Type Method Description voidBrowserSSOProfileConfiguration. 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.config.navigate
Methods in net.shibboleth.idp.saml.saml2.profile.config.navigate that return types with arguments of type AuthnContextClassRefPrincipal Modifier and Type Method Description Collection<AuthnContextClassRefPrincipal>ProxyAwareDefaultAuthenticationMethodsLookupFunction. apply(ProfileRequestContext input) -
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 AuthnContextClassRefPrincipal Modifier and Type Field Description private Function<ProfileRequestContext,AuthnContextClassRefPrincipal>AddAuthnStatementToAssertion. classRefLookupStrategyStrategy used to determine the AuthnContextClassRef.Method parameters in net.shibboleth.idp.saml.saml2.profile.impl with type arguments of type AuthnContextClassRefPrincipal Modifier and Type Method Description voidAddAuthnStatementToAssertion. setClassRefLookupStrategy(Function<ProfileRequestContext,AuthnContextClassRefPrincipal> strategy)Set the strategy function to use to obtain the authentication context class reference to use.
-