Package overit.geocall.base.auth
Class BasicAuthenticator
java.lang.Object
overit.geocall.base.auth.BasicAuthenticator
- All Implemented Interfaces:
overit.geocall.rs.auth.Authenticator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionoverit.geocall.rs.auth.Authenticationauthenticate(HttpServletRequest request) protected final overit.geocall.rs.auth.Authenticationparse(String credentials, HttpServletRequest request) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface overit.geocall.rs.auth.Authenticator
bind
-
Constructor Details
-
BasicAuthenticator
public BasicAuthenticator()
-
-
Method Details
-
getFeatures
- Specified by:
getFeaturesin interfaceoverit.geocall.rs.auth.Authenticator
-
getWWWAuthenticateHeader
- Specified by:
getWWWAuthenticateHeaderin interfaceoverit.geocall.rs.auth.Authenticator
-
getDefinition
- Specified by:
getDefinitionin interfaceoverit.geocall.rs.auth.Authenticator
-
authenticate
- Specified by:
authenticatein interfaceoverit.geocall.rs.auth.Authenticator
-
parse
protected final overit.geocall.rs.auth.Authentication parse(String credentials, HttpServletRequest request)
-