Class GSIAuthenticationFactory
- java.lang.Object
-
- org.dcache.xrootd.plugins.authn.gsi.GSIAuthenticationFactory
-
- All Implemented Interfaces:
AuthenticationFactory
public class GSIAuthenticationFactory extends java.lang.Object implements AuthenticationFactory
Authentication factory that returns GSI security handlers.
-
-
Constructor Summary
Constructors Constructor Description GSIAuthenticationFactory(java.util.Properties properties)
-
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
-
-