All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.lontime.extpac4j.provider.AuthenticatorInterface Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.github.lontime.extpac4j.provider;

import com.github.lontime.base.commonj.components.ComponentInterface;
import org.pac4j.core.credentials.Credentials;
import org.pac4j.core.credentials.authenticator.Authenticator;

/**
 * AuthenticatorInterface.
 * @author lontime
 * @since 1.0
 */
public interface AuthenticatorInterface extends Authenticator, ComponentInterface {

    @Override
    default Class getClazz() {
        return AuthenticatorInterface.class;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy