Class BasicAuthenticator


  • public class BasicAuthenticator
    extends Authenticator
    Authenticator supporting the BASIC authentication method.
    • Constructor Detail

      • BasicAuthenticator

        public BasicAuthenticator()
    • Method Detail

      • getAuthorization

        public java.lang.String getAuthorization​(java.lang.String requestUri,
                                                 java.lang.String authenticateHeader,
                                                 java.lang.String userName,
                                                 java.lang.String userPassword,
                                                 java.lang.String userRealm)
                                          throws AuthenticationException
        Description copied from class: Authenticator
        Generate the authorization header value that will be sent to the server.
        Specified by:
        getAuthorization in class Authenticator
        Parameters:
        requestUri - The request URI
        authenticateHeader - The server authentication header received
        userName - The user name
        userPassword - The user password
        userRealm - The realm for which the provided user name and password are valid. null to indicate all realms.
        Returns:
        The generated authorization header value
        Throws:
        AuthenticationException - When an error occurs
      • getSchemeName

        public java.lang.String getSchemeName()
        Description copied from class: Authenticator
        Get the authentication method.
        Specified by:
        getSchemeName in class Authenticator
        Returns:
        the authentication scheme