Package de.xima.fc.security.helper
Class SecurityPluginHelper
java.lang.Object
de.xima.fc.security.helper.SecurityPluginHelper
Helper for working with plugins.
- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH, Dresden
-
Method Summary
Modifier and TypeMethodDescriptionstatic Instant
getAuthenticatorPlugin
(IAuthenticator<?> authenticator) static IPluginAuthenticatorType
getPluginAuthenticatorType
(IAuthenticator<?> authenticator) static void
registerPluginAuthenticatortTypeInstantiationInstantFinder
(Function<IAuthenticator<?>, Instant> pluginAuthenticatorTypeInstantiationInstantFinderImpl) static void
registerPluginAuthenticatorTypeFinder
(Function<IAuthenticator<?>, IPluginAuthenticatorType> pluginImplementionFinder)
-
Method Details
-
registerPluginAuthenticatorTypeFinder
public static void registerPluginAuthenticatorTypeFinder(Function<IAuthenticator<?>, IPluginAuthenticatorType> pluginImplementionFinder) -
registerPluginAuthenticatortTypeInstantiationInstantFinder
public static void registerPluginAuthenticatortTypeInstantiationInstantFinder(Function<IAuthenticator<?>, Instant> pluginAuthenticatorTypeInstantiationInstantFinderImpl) -
getPluginAuthenticatorType
-
getAuthenticatorPlugin
-