Uses of Interface
com.evolveum.midpoint.authentication.api.AuthenticationChannel
Package
Description
-
Uses of AuthenticationChannel in com.evolveum.midpoint.authentication.api
Modifier and TypeMethodDescriptionResetPasswordChannelFactory.createAuthChannel
(AuthenticationSequenceChannelType channel) Modifier 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) boolean
ModuleFactory.match
(AbstractAuthenticationModuleType module, AuthenticationChannel authenticationChannel) -
Uses of AuthenticationChannel in com.evolveum.midpoint.authentication.api.config
Modifier and TypeMethodDescriptionvoid
MidpointAuthentication.setAuthenticationChannel
(AuthenticationChannel authenticationChannel) -
Uses of AuthenticationChannel in com.evolveum.midpoint.authentication.api.evaluator.context
ModifierConstructorDescriptionAbstractAuthenticationContext
(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)