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.config.navigate Navigation functions related to OIDC profile configurations.net.shibboleth.oidc.profile.oauth2.config.impl OAuth2 profile configuration implementations. -
-
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.config.navigate
Methods in net.shibboleth.oidc.profile.config.navigate that return types with arguments of type AuthenticationContextClassReferencePrincipal Modifier and Type Method Description Collection<AuthenticationContextClassReferencePrincipal>ProxyAwareDefaultOIDCAuthenticationContextClassRequestLookupFunction. apply(ProfileRequestContext input) -
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 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.impl 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.
-