Class AnyScope

  • All Implemented Interfaces:
    AuthScopeBuilder

    @ComponentProfile(summary="Any authentication scope")
    public class AnyScope
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      AnyScope()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.http.auth.AuthScope build()
      Build the AuthScope instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnyScope

        public AnyScope()
    • Method Detail

      • build

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