Package interlok.http.apache.credentials
Class AnyScope
- java.lang.Object
-
- interlok.http.apache.credentials.AnyScope
-
- All Implemented Interfaces:
AuthScopeBuilder
@ComponentProfile(summary="Any authentication scope") public class AnyScope extends java.lang.Object implements AuthScopeBuilder
Returnsorg.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 theAuthScope
instance.
-
-
-
Method Detail
-
build
public org.apache.http.auth.AuthScope build()
Description copied from interface:AuthScopeBuilder
Build theAuthScope
instance.- Specified by:
build
in interfaceAuthScopeBuilder
-
-