Class UserInfoOidcAuthenticator

java.lang.Object
org.pac4j.core.util.InitializableObject
org.pac4j.oidc.credentials.authenticator.UserInfoOidcAuthenticator
All Implemented Interfaces:
org.pac4j.core.credentials.authenticator.Authenticator

@Deprecated public class UserInfoOidcAuthenticator extends org.pac4j.core.util.InitializableObject implements org.pac4j.core.credentials.authenticator.Authenticator
Deprecated.
Use the appropriate HTTP client and the oidcClient.getProfileCreator();
  • Constructor Details

    • UserInfoOidcAuthenticator

      public UserInfoOidcAuthenticator()
      Deprecated.
    • UserInfoOidcAuthenticator

      public UserInfoOidcAuthenticator(OidcConfiguration configuration)
      Deprecated.
  • Method Details

    • internalInit

      protected void internalInit(boolean forceReinit)
      Deprecated.
      Specified by:
      internalInit in class org.pac4j.core.util.InitializableObject
    • validate

      public void validate(org.pac4j.core.credentials.Credentials cred, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore)
      Deprecated.
      Specified by:
      validate in interface org.pac4j.core.credentials.authenticator.Authenticator
    • collectProfileClaims

      protected void collectProfileClaims(OidcProfileDefinition profileDefinition, OidcProfile profile, Map<String,Object> claims)
      Deprecated.
    • getConfiguration

      public OidcConfiguration getConfiguration()
      Deprecated.
    • setConfiguration

      public void setConfiguration(OidcConfiguration configuration)
      Deprecated.