Class HttpAuthenticationMechanismWrapper

  • All Implemented Interfaces:
    HttpAuthenticationMechanism

    public class HttpAuthenticationMechanismWrapper
    extends Object
    implements HttpAuthenticationMechanism
    This class is an implementation of the HttpAuthenticationMechanism interface that can be subclassed by developers wishing to provide extra or different functionality.

    All methods default to calling the wrapped object.

    Since:
    3.0
    • Constructor Detail

      • HttpAuthenticationMechanismWrapper

        public HttpAuthenticationMechanismWrapper()
        This constructor is intended for proxy usuage only.
      • HttpAuthenticationMechanismWrapper

        public HttpAuthenticationMechanismWrapper​(HttpAuthenticationMechanism httpAuthenticationMechanism)
        Constructs the wrapper with the object being delegated to.
        Parameters:
        httpAuthenticationMechanism - The wrapped object which all methods call.