Uses of Interface
com.evolveum.midpoint.authentication.api.AuthModule
Packages that use AuthModule
Package
Description
-
Uses of AuthModule in com.evolveum.midpoint.authentication.api
Methods in com.evolveum.midpoint.authentication.api that return AuthModuleModifier and TypeMethodDescriptionModuleFactory.createAuthModule(MT moduleType, String sequenceSuffix, jakarta.servlet.ServletRequest request, Map<Class<?>, Object> sharedObjects, AuthenticationModulesType authenticationsPolicy, CredentialsPolicyType credentialPolicy, AuthenticationChannel authenticationChannel, AuthenticationSequenceModuleType sequenceModule) LoginFormModuleFactory.createModuleFilter(AbstractAuthenticationModuleType moduleType, String prefixOfSequence, jakarta.servlet.ServletRequest request, Map<Class<?>, Object> sharedObjects, AuthenticationModulesType authenticationsPolicy, CredentialsPolicyType credentialPolicy, AuthenticationChannel authenticationChannel) Methods in com.evolveum.midpoint.authentication.api that return types with arguments of type AuthModuleModifier and TypeMethodDescriptionabstract List<AuthModule<?>>RemoveUnusedSecurityFilterEvent.getAuthModules()Method parameters in com.evolveum.midpoint.authentication.api with type arguments of type AuthModuleModifier and TypeMethodDescriptionvoidRemoveUnusedSecurityFilterPublisher.publishCustomEvent(List<AuthModule<?>> modules) -
Uses of AuthModule in com.evolveum.midpoint.authentication.api.config
Methods in com.evolveum.midpoint.authentication.api.config that return types with arguments of type AuthModuleMethod parameters in com.evolveum.midpoint.authentication.api.config with type arguments of type AuthModuleModifier and TypeMethodDescriptionvoidMidpointAuthentication.setAuthModules(List<AuthModule<?>> authModules)