Interface IAuthenticateHTTPProvider


  • public interface IAuthenticateHTTPProvider

    IAuthenticateHTTPProvider: HTTP authentication provider

    • Method Detail

      • authenticateHTTPProvider

        boolean authenticateHTTPProvider​(IVHost vhost,
                                         IHTTPRequest req,
                                         IHTTPResponse resp)
        Called for each HTTP authentication
        Parameters:
        vhost - virtual host
        req - HTTP request
        resp - HTTP response
        Returns:
        true if authentication was successful
      • setPasswordEncodingScheme

        default void setPasswordEncodingScheme​(String passwordEncoding)
        Called to set password encoding for each HTTP authentication
        Parameters:
        passwordEncoding - password encoding