Class RemoteUserAuthenticator

java.lang.Object
overit.geocall.base.auth.RemoteUserAuthenticator
All Implemented Interfaces:
overit.geocall.rs.auth.Authenticator

public class RemoteUserAuthenticator extends Object implements overit.geocall.rs.auth.Authenticator
  • Constructor Details

    • RemoteUserAuthenticator

      public RemoteUserAuthenticator()
  • Method Details

    • getFeatures

      public Collection<String> getFeatures()
      Specified by:
      getFeatures in interface overit.geocall.rs.auth.Authenticator
    • getWWWAuthenticateHeader

      public String getWWWAuthenticateHeader()
      Specified by:
      getWWWAuthenticateHeader in interface overit.geocall.rs.auth.Authenticator
    • getDefinition

      public String getDefinition()
      Specified by:
      getDefinition in interface overit.geocall.rs.auth.Authenticator
    • authenticate

      public overit.geocall.rs.auth.Authentication authenticate(HttpServletRequest request)
      Specified by:
      authenticate in interface overit.geocall.rs.auth.Authenticator
    • authenticate

      protected final overit.geocall.rs.auth.Authentication authenticate(String remoteUser, HttpServletRequest request)