Uses of Class
org.pac4j.oidc.profile.OidcProfileDefinition
-
Packages that use OidcProfileDefinition Package Description org.pac4j.oidc.credentials.authenticator org.pac4j.oidc.profile.azuread -
-
Uses of OidcProfileDefinition in org.pac4j.oidc.credentials.authenticator
Methods in org.pac4j.oidc.credentials.authenticator with parameters of type OidcProfileDefinition Modifier and Type Method Description protected voidUserInfoOidcAuthenticator. collectProfileClaims(OidcProfileDefinition profileDefinition, OidcProfile profile, java.util.Map<java.lang.String,java.lang.Object> claims) -
Uses of OidcProfileDefinition in org.pac4j.oidc.profile.azuread
Subclasses of OidcProfileDefinition in org.pac4j.oidc.profile.azuread Modifier and Type Class Description classAzureAdProfileDefinitionThis class defines the attributes of the Azure AD OpenID Connect profile.
-