Class HttpBasicAuthenticationFeature

  • All Implemented Interfaces:
    javax.ws.rs.core.Feature

    public class HttpBasicAuthenticationFeature
    extends Object
    implements javax.ws.rs.core.Feature
    Authenticates the client with HTTP-Basic by adding the headers to the REST request. The credentials must be provided with the properties 'username' and 'password'.
    Since:
    6.1.1
    API:
    This is a public API.