Class NoAuthenticationProvider
- java.lang.Object
-
- org.dcache.xrootd.plugins.authn.none.NoAuthenticationProvider
-
- All Implemented Interfaces:
AuthenticationProvider
public class NoAuthenticationProvider extends java.lang.Object implements AuthenticationProvider
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME
-
Constructor Summary
Constructors Constructor Description NoAuthenticationProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationFactorycreateFactory(java.lang.String plugin, java.util.Properties properties)Creates and returns a new AuthenticationFactory.
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
createFactory
public AuthenticationFactory createFactory(java.lang.String plugin, java.util.Properties properties)
Description copied from interface:AuthenticationProviderCreates and returns a new AuthenticationFactory.- Specified by:
createFactoryin interfaceAuthenticationProvider- Parameters:
plugin- name identifying a particular type of AuthenticationFactoryproperties- configuration values- Returns:
- AuthenticationFactory instance or null if the provider does not provide a matching AuthenticationFactory
-
-