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 Instant
getAuthenticatorPlugin(IAuthenticator<?> authenticator)
static IPluginAuthenticatorType
getPluginAuthenticatorType(IAuthenticator<?> authenticator)
static void
registerPluginAuthenticatortTypeInstantiationInstantFinder(Function<IAuthenticator<?>,Instant> pluginAuthenticatorTypeInstantiationInstantFinderImpl)
static void
registerPluginAuthenticatorTypeFinder(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)
-
-