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();-
Field Summary
Fields inherited from interface org.pac4j.core.credentials.authenticator.Authenticator
ALWAYS_VALIDATE -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.UserInfoOidcAuthenticator(OidcConfiguration configuration) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcollectProfileClaims(OidcProfileDefinition profileDefinition, OidcProfile profile, Map<String, Object> claims) Deprecated.Deprecated.protected voidinternalInit(boolean forceReinit) Deprecated.voidsetConfiguration(OidcConfiguration configuration) Deprecated.voidvalidate(org.pac4j.core.credentials.Credentials cred, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore) Deprecated.Methods inherited from class org.pac4j.core.util.InitializableObject
afterInternalInit, beforeInternalInit, getLastAttempt, getMaxAttempts, getMinTimeIntervalBetweenAttemptsInMilliseconds, getNbAttempts, init, init, isInitialized, reinit, setMaxAttempts, setMinTimeIntervalBetweenAttemptsInMilliseconds, shouldInitialize
-
Constructor Details
-
UserInfoOidcAuthenticator
public UserInfoOidcAuthenticator()Deprecated. -
UserInfoOidcAuthenticator
Deprecated.
-
-
Method Details
-
internalInit
protected void internalInit(boolean forceReinit) Deprecated.- Specified by:
internalInitin classorg.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:
validatein interfaceorg.pac4j.core.credentials.authenticator.Authenticator
-
collectProfileClaims
protected void collectProfileClaims(OidcProfileDefinition profileDefinition, OidcProfile profile, Map<String, Object> claims) Deprecated. -
getConfiguration
Deprecated. -
setConfiguration
Deprecated.
-