Uses of Interface
com.evolveum.midpoint.authentication.api.config.ModuleAuthentication
Packages that use ModuleAuthentication
Package
Description
-
Uses of ModuleAuthentication in com.evolveum.midpoint.authentication.api
Classes in com.evolveum.midpoint.authentication.api with type parameters of type ModuleAuthenticationModifier and TypeInterfaceDescriptioninterfaceAuthModule<MA extends ModuleAuthentication>Define authentication module created by module configuration, with all filters and configurationinterfaceModuleFactory<MT extends AbstractAuthenticationModuleType,MA extends ModuleAuthentication> -
Uses of ModuleAuthentication in com.evolveum.midpoint.authentication.api.config
Subinterfaces of ModuleAuthentication in com.evolveum.midpoint.authentication.api.configModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceInterface for authentication module which works with internal midpoint credentialsinterfaceinterfaceInterface for authentication module for remote authentication moduleMethods in com.evolveum.midpoint.authentication.api.config that return ModuleAuthenticationModifier and TypeMethodDescriptionModuleAuthentication.clone()MidpointAuthentication.getFirstFailedAuthenticationModule()MidpointAuthentication.getProcessingModuleAuthentication()MidpointAuthentication.getProcessingModuleOrThrowException()Methods in com.evolveum.midpoint.authentication.api.config that return types with arguments of type ModuleAuthenticationModifier and TypeMethodDescriptionMidpointAuthentication.getAuthentications()MidpointAuthentication.getParallelProcessingModules()Methods in com.evolveum.midpoint.authentication.api.config with parameters of type ModuleAuthenticationModifier and TypeMethodDescriptionvoidMidpointAuthentication.addAuthentications(ModuleAuthentication authentication) intMidpointAuthentication.getIndexOfModule(ModuleAuthentication authentication) booleanMidpointAuthentication.isLast(ModuleAuthentication moduleAuthentication) -
Uses of ModuleAuthentication in com.evolveum.midpoint.authentication.api.util
Methods in com.evolveum.midpoint.authentication.api.util that return ModuleAuthenticationModifier and TypeMethodDescriptionstatic ModuleAuthenticationAuthUtil.getAuthenticatedModule()static @NotNull ModuleAuthenticationAuthUtil.getProcessingModule()static @Nullable ModuleAuthenticationAuthUtil.getProcessingModuleIfExist() -
Uses of ModuleAuthentication in com.evolveum.midpoint.gui.impl.page.login
Methods in com.evolveum.midpoint.gui.impl.page.login with parameters of type ModuleAuthenticationModifier and TypeMethodDescriptionprotected booleanAbstractPageLogin.isModuleApplicable(ModuleAuthentication moduleAuthentication) -
Uses of ModuleAuthentication in com.evolveum.midpoint.gui.impl.page.login.module
Classes in com.evolveum.midpoint.gui.impl.page.login.module with type parameters of type ModuleAuthenticationModifier and TypeClassDescriptionclassclassPageAbstractAuthenticationModule<MA extends ModuleAuthentication>Umbrella class for each page created for any authentication module.