Class AbstractZTNAuthenticationFactory
- java.lang.Object
-
- org.dcache.xrootd.plugins.authn.ztn.AbstractZTNAuthenticationFactory
-
- All Implemented Interfaces:
AuthenticationFactory
public abstract class AbstractZTNAuthenticationFactory extends java.lang.Object implements AuthenticationFactory
Authentication factory that returns ztn authentication handlers.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.String>alternateTokenLocationsprotected java.lang.IntegermaxTokenSizeprotected java.lang.LongtokenUsageFlags
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractZTNAuthenticationFactory(java.util.Properties properties)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dcache.xrootd.plugins.AuthenticationFactory
createHandler
-
-