Class AnyScope

java.lang.Object
interlok.http.apache.credentials.AnyScope
All Implemented Interfaces:
AuthScopeBuilder

@ComponentProfile(summary="Any authentication scope") public class AnyScope extends Object implements AuthScopeBuilder
Returns org.apache.http.auth.AuthScope#ANY when requested to build a scope.

In the adapter configuration file this class is aliased as apache-http-any-authentication-scope which is the preferred alternative to the fully qualified classname when building your configuration.

  • Constructor Details

    • AnyScope

      public AnyScope()
  • Method Details

    • build

      public org.apache.http.auth.AuthScope build()
      Description copied from interface: AuthScopeBuilder
      Build the AuthScope instance.
      Specified by:
      build in interface AuthScopeBuilder