Package de.xima.fc.security.helper
Class SecurityPluginHelper
- java.lang.Object
 - 
- de.xima.fc.security.helper.SecurityPluginHelper
 
 
- 
public class SecurityPluginHelper extends Object
Helper for working with plugins.- Since:
 - 8.0.0
 - Author:
 - XIMA MEDIA GmbH, Dresden
 
 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InstantgetAuthenticatorPlugin(IAuthenticator<?> authenticator)static IPluginAuthenticatorTypegetPluginAuthenticatorType(IAuthenticator<?> authenticator)static voidregisterPluginAuthenticatortTypeInstantiationInstantFinder(Function<IAuthenticator<?>,Instant> pluginAuthenticatorTypeInstantiationInstantFinderImpl)static voidregisterPluginAuthenticatorTypeFinder(Function<IAuthenticator<?>,IPluginAuthenticatorType> pluginImplementionFinder) 
 - 
 
- 
- 
Method Detail
- 
registerPluginAuthenticatorTypeFinder
public static void registerPluginAuthenticatorTypeFinder(Function<IAuthenticator<?>,IPluginAuthenticatorType> pluginImplementionFinder)
 
- 
registerPluginAuthenticatortTypeInstantiationInstantFinder
public static void registerPluginAuthenticatortTypeInstantiationInstantFinder(Function<IAuthenticator<?>,Instant> pluginAuthenticatorTypeInstantiationInstantFinderImpl)
 
- 
getPluginAuthenticatorType
public static IPluginAuthenticatorType getPluginAuthenticatorType(IAuthenticator<?> authenticator)
 
- 
getAuthenticatorPlugin
public static Instant getAuthenticatorPlugin(IAuthenticator<?> authenticator)
 
 - 
 
 -