Interface Authenticator
public interface Authenticator
Interface for authentication methods.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Method used to determine whether the current user should be able to access CKFinder.
-
Method Details
-
authenticate
boolean authenticate()Method used to determine whether the current user should be able to access CKFinder.- Returns:
- true if the current user was successfully authenticated within CKFinder
-