com.github.lontime.extpac4j.provider.AuthenticatorInterface Maven / Gradle / Ivy
The 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