Class OidcAuthenticator

  • All Implemented Interfaces:
    org.pac4j.core.credentials.authenticator.Authenticator

    public class OidcAuthenticator
    extends java.lang.Object
    implements org.pac4j.core.credentials.authenticator.Authenticator
    The OpenID Connect authenticator.
    Since:
    1.9.2
    Author:
    Jerome Leleu
    • Method Detail

      • validate

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

        public com.nimbusds.oauth2.sdk.auth.ClientAuthentication getClientAuthentication()
      • setClientAuthentication

        public void setClientAuthentication​(com.nimbusds.oauth2.sdk.auth.ClientAuthentication clientAuthentication)