Uses of Class
org.pac4j.oidc.profile.OidcProfile
Packages that use OidcProfile
Package
Description
-
Uses of OidcProfile in org.pac4j.oidc.credentials.authenticator
Methods in org.pac4j.oidc.credentials.authenticator with parameters of type OidcProfileModifier and TypeMethodDescriptionprotected voidUserInfoOidcAuthenticator.collectProfileClaims(OidcProfileDefinition profileDefinition, OidcProfile profile, Map<String, Object> claims) Deprecated. -
Uses of OidcProfile in org.pac4j.oidc.profile.apple
Subclasses of OidcProfile in org.pac4j.oidc.profile.appleModifier and TypeClassDescriptionclassThis class is the user profile for Apple (using OpenID Connect protocol) with appropriate getters. -
Uses of OidcProfile in org.pac4j.oidc.profile.azuread
Subclasses of OidcProfile in org.pac4j.oidc.profile.azureadModifier and TypeClassDescriptionclassThis class is the user profile for Azure AD (using OpenID Connect protocol) with appropriate getters. -
Uses of OidcProfile in org.pac4j.oidc.profile.google
Subclasses of OidcProfile in org.pac4j.oidc.profile.googleModifier and TypeClassDescriptionclassThis class is the user profile for Google (using OpenID Connect protocol) with appropriate getters. -
Uses of OidcProfile in org.pac4j.oidc.profile.keycloak
Subclasses of OidcProfile in org.pac4j.oidc.profile.keycloakModifier and TypeClassDescriptionclassThis class is the user profile for Keycloak (using OpenID Connect protocol) with appropriate getters.