Uses of Interface
com.evolveum.midpoint.authentication.api.AuthenticationChannel
Packages that use AuthenticationChannel
Package
Description
-
Uses of AuthenticationChannel in com.evolveum.midpoint.authentication.api
Methods in com.evolveum.midpoint.authentication.api that return AuthenticationChannelModifier and TypeMethodDescriptionResetPasswordChannelFactory.createAuthChannel(AuthenticationSequenceChannelType channel) Methods in com.evolveum.midpoint.authentication.api with parameters of type AuthenticationChannelModifier 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) booleanModuleFactory.match(AbstractAuthenticationModuleType module, AuthenticationChannel authenticationChannel) -
Uses of AuthenticationChannel in com.evolveum.midpoint.authentication.api.config
Methods in com.evolveum.midpoint.authentication.api.config that return AuthenticationChannelMethods in com.evolveum.midpoint.authentication.api.config with parameters of type AuthenticationChannelModifier and TypeMethodDescriptionvoidMidpointAuthentication.setAuthenticationChannel(AuthenticationChannel authenticationChannel) -
Uses of AuthenticationChannel in com.evolveum.midpoint.authentication.api.evaluator.context
Constructors in com.evolveum.midpoint.authentication.api.evaluator.context with parameters of type AuthenticationChannelModifierConstructorDescriptionAbstractAuthenticationContext(String username, Class<? extends FocusType> principalType, List<ObjectReferenceType> requireAssignment, AuthenticationChannel channel) AttributeVerificationAuthenticationContext(String username, Class<? extends FocusType> principalType, Map<ItemPath, String> attributeValuesMap, List<ObjectReferenceType> requireAssignment, AuthenticationChannel channel) FocusIdentificationAuthenticationContext(Map<ItemPath, String> values, Class<? extends FocusType> principalType, List<ModuleItemConfigurationType> config, AuthenticationChannel channel) NonceAuthenticationContext(String username, Class<? extends FocusType> principalType, String nonce, List<ObjectReferenceType> requireAssignment, AuthenticationChannel channel) PasswordAuthenticationContext(String username, String password, Class<? extends FocusType> principalType, List<ObjectReferenceType> requireAssignments, AuthenticationChannel channel) PreAuthenticationContext(String username, Class<? extends FocusType> principalType, List<ObjectReferenceType> requireAssignment, AuthenticationChannel channel) SecurityQuestionsAuthenticationContext(String username, Class<? extends FocusType> principalType, Map<String, String> questionAnswerMap, List<ObjectReferenceType> requireAssignment, AuthenticationChannel channel)