Interface Authenticator
- All Known Implementing Classes:
AbstractBasicHttpAuthenticatorFactory.BasicHttpAuthenticator
public interface Authenticator
Web Script Authenticator for the HTTP Servlet environment
- Author:
- davidc
-
Method Summary
Modifier and TypeMethodDescriptionbooleanauthenticate(Description.RequiredAuthentication required, boolean isGuest) Authenticate Web Script executionbooleanAre credentials set in the request ?
-
Method Details
-
authenticate
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
-