Class NoAuthenticationFactory
- java.lang.Object
-
- org.dcache.xrootd.plugins.authn.none.NoAuthenticationFactory
-
- All Implemented Interfaces:
AuthenticationFactory
public class NoAuthenticationFactory extends java.lang.Object implements AuthenticationFactory
Dummy authentication factory that creates an authentication handler which accepts all AuthenticationRequests- Author:
- tzangerl
-
-
Constructor Summary
Constructors Constructor Description NoAuthenticationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationHandlercreateHandler(ProxyDelegationClient proxyDelegationClient)
-
-
-
Method Detail
-
createHandler
public AuthenticationHandler createHandler(ProxyDelegationClient proxyDelegationClient)
- Specified by:
createHandlerin interfaceAuthenticationFactory
-
-