Interface Authenticator
-
- All Known Implementing Classes:
AbstractBasicHttpAuthenticatorFactory.BasicHttpAuthenticator
public interface AuthenticatorWeb Script Authenticator for the HTTP Servlet environment- Author:
- davidc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanauthenticate(Description.RequiredAuthentication required, boolean isGuest)Authenticate Web Script executionbooleanemptyCredentials()Are credentials set in the request ?
-
-
-
Method Detail
-
authenticate
boolean authenticate(Description.RequiredAuthentication required, boolean isGuest)
Authenticate Web Script execution- Parameters:
required- required level of authenticationisGuest- is Guest accessing the web script- Returns:
- true if authorised to execute the script, false otherwise
-
emptyCredentials
boolean emptyCredentials()
Are credentials set in the request ?- Returns:
- true if credentials are empty
- Since:
- 3.2
-
-