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> Methods in com.evolveum.midpoint.authentication.api with parameters of type ModuleAuthenticationModifier and TypeMethodDescriptionOtpServiceFactory.create(@NotNull ModuleAuthentication 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.addAuthentication(ModuleAuthentication authentication) intMidpointAuthentication.getIndexOfModule(ModuleAuthentication authentication) booleanMidpointAuthentication.isLast(ModuleAuthentication moduleAuthentication) voidMidpointAuthentication.setAuthentication(int index, ModuleAuthentication authentication) -
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
Classes in com.evolveum.midpoint.gui.impl.page.login with type parameters of type ModuleAuthenticationModifier and TypeClassDescriptionclassAbstractPageLogin<MA extends ModuleAuthentication>Umbrella class for each page that should have the look and feel of login page.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.Methods in com.evolveum.midpoint.gui.impl.page.login.module with parameters of type ModuleAuthenticationModifier and TypeMethodDescriptionprotected booleanPageOtpCode.isModuleApplicable(ModuleAuthentication moduleAuthentication)