Class GSIClientAuthenticationFactory
- java.lang.Object
-
- org.dcache.xrootd.plugins.authn.gsi.GSIClientAuthenticationFactory
-
- All Implemented Interfaces:
ChannelHandlerFactory
public class GSIClientAuthenticationFactory extends java.lang.Object implements ChannelHandlerFactory
Authentication factory that returns GSI security handlers to add to the third-party client channel pipeline.
-
-
Constructor Summary
Constructors Constructor Description GSIClientAuthenticationFactory(java.util.Properties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty.channel.ChannelHandlercreateHandler()java.lang.StringgetDescription()java.lang.StringgetName()
-
-
-
Method Detail
-
createHandler
public io.netty.channel.ChannelHandler createHandler()
- Specified by:
createHandlerin interfaceChannelHandlerFactory
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceChannelHandlerFactory
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceChannelHandlerFactory
-
-