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

com.alachisoft.ncache.security.IAuthenticationProvider Maven / Gradle / Ivy

There is a newer version: 5.3.3
Show newest version
package com.alachisoft.ncache.security;

/**
 * Summary description for IAuthenticationProvider.
 */
public interface IAuthenticationProvider {
    /**
     * Verifies the specified credentials and constructs an
     *  object.
     *
     * @param credentials A credential object such as a .
     * @return True if authentication was
     * successful, otherwise false.
     */
    boolean Authenticate(Object credentials);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy