Class BasicAuthenticator

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

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

    • BasicAuthenticator

      public BasicAuthenticator()
  • 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
    • parse

      protected final overit.geocall.rs.auth.Authentication parse(String credentials, HttpServletRequest request)