Class AuthenticationFlowPluginLoader


  • public class AuthenticationFlowPluginLoader
    extends Object
    • Constructor Detail

      • AuthenticationFlowPluginLoader

        public AuthenticationFlowPluginLoader()
    • Method Detail

      • get

        public static AuthenticationPlugin get​(String type)
        Get authentication plugin from type String. Customs authentication plugin can be added implementing AuthenticationPlugin and registering new type in resources services.
        Parameters:
        type - authentication plugin type
        Returns:
        Authentication plugin corresponding to type