Interface RemoteModuleAuthentication
-
- All Superinterfaces:
ModuleAuthentication
public interface RemoteModuleAuthentication extends ModuleAuthentication
Interface for authentication module for remote authentication module- Author:
- skublik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<IdentityProvider>
getProviders()
-
Methods inherited from interface com.evolveum.midpoint.authentication.api.config.ModuleAuthentication
getAuthentication, getFocusType, getNameOfModule, getNameOfModuleType, getNecessity, getOrder, getPrefix, getState, setAuthentication, setState
-
-
-
-
Method Detail
-
getProviders
List<IdentityProvider> getProviders()
- Returns:
- identity provider created by configuration
-
-