Package overit.geocall.base.auth
Class RemoteUserAuthenticator
java.lang.Object
overit.geocall.base.auth.RemoteUserAuthenticator
- 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.Authenticationauthenticate(String remoteUser, 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
-
RemoteUserAuthenticator
public RemoteUserAuthenticator()
-
-
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
-
authenticate
protected final overit.geocall.rs.auth.Authentication authenticate(String remoteUser, HttpServletRequest request)
-