Uses of Class
net.shibboleth.oidc.authn.principal.AuthenticationContextClassReferencePrincipal
Packages that use AuthenticationContextClassReferencePrincipal
Package
Description
OIDC-specific classes for integration with idp-authn-api packages.
Navigation functions related to OIDC profile configurations.
OAuth2 profile configuration implementations.
-
Uses of AuthenticationContextClassReferencePrincipal in net.shibboleth.oidc.authn.principal
Methods in net.shibboleth.oidc.authn.principal that return AuthenticationContextClassReferencePrincipal -
Uses of AuthenticationContextClassReferencePrincipal in net.shibboleth.oidc.profile.oauth2.config.impl
Fields in net.shibboleth.oidc.profile.oauth2.config.impl with type parameters of type AuthenticationContextClassReferencePrincipalModifier and TypeFieldDescriptionAbstractOAuth2ClientAuthenticableProfileConfiguration.defaultAuthenticationContextsLookupStrategyLookup function to supply default authentication methods.Method parameters in net.shibboleth.oidc.profile.oauth2.config.impl with type arguments of type AuthenticationContextClassReferencePrincipalModifier and TypeMethodDescriptionvoidAbstractOAuth2ClientAuthenticableProfileConfiguration.setDefaultAuthenticationMethods(Collection<AuthenticationContextClassReferencePrincipal> contexts) Set the default authentication contexts to use, expressed as custom principals.voidAbstractOAuth2ClientAuthenticableProfileConfiguration.setDefaultAuthenticationMethodsLookupStrategy(Function<ProfileRequestContext, Collection<AuthenticationContextClassReferencePrincipal>> strategy) Set a lookup strategy for the authentication contexts to use, expressed as custom principals.