Class BasicAuthenticationPolicy

  • All Implemented Interfaces:
    IPolicy

    public class BasicAuthenticationPolicy
    extends AbstractMappedPolicy<BasicAuthenticationConfig>
    An implementation of an apiman policy that supports multiple styles of authentication. Specifically this policy is responsible for authenticating the inbound request prior to proxying the request to the back end API. If the authentication fails then the back end system is never invoked.
    Author:
    eric.wittmann@redhat.com