Interface Authenticator
-
- All Known Implementing Classes:
BasicAuthenticator,NoAuthenticator,SingleHeaderAuthenticator,TokenAuthenticator
public interface Authenticator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanauthenticate(Request request)
-
-
-
Method Detail
-
authenticate
boolean authenticate(Request request)
-
-