Uses of Class
net.shibboleth.oidc.authn.principal.AuthenticationContextClassReferencePrincipal
-
Packages that use AuthenticationContextClassReferencePrincipal Package Description net.shibboleth.oidc.authn.principal OIDC-specific classes for integration with idp-authn-api packages.net.shibboleth.oidc.profile.oauth2.config OAuth2 profile configurations. -
-
Uses of AuthenticationContextClassReferencePrincipal in net.shibboleth.oidc.authn.principal
Methods in net.shibboleth.oidc.authn.principal that return AuthenticationContextClassReferencePrincipal Modifier and Type Method Description AuthenticationContextClassReferencePrincipalAuthenticationContextClassReferencePrincipal. clone() -
Uses of AuthenticationContextClassReferencePrincipal in net.shibboleth.oidc.profile.oauth2.config
Fields in net.shibboleth.oidc.profile.oauth2.config with type parameters of type AuthenticationContextClassReferencePrincipal Modifier and Type Field Description private Function<ProfileRequestContext,Collection<AuthenticationContextClassReferencePrincipal>>AbstractOAuth2ClientAuthenticableProfileConfiguration. defaultAuthenticationContextsLookupStrategyLookup function to supply default authentication methods.Method parameters in net.shibboleth.oidc.profile.oauth2.config with type arguments of type AuthenticationContextClassReferencePrincipal Modifier and Type Method Description voidAbstractOAuth2ClientAuthenticableProfileConfiguration. 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.
-