com.alachisoft.ncache.security.IAuthenticationProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nc-security Show documentation
Show all versions of nc-security Show documentation
Internal package of Alachisoft.
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