Class SecurityQuestionsAuthenticationContext
java.lang.Object
com.evolveum.midpoint.authentication.api.evaluator.context.AbstractAuthenticationContext
com.evolveum.midpoint.authentication.api.evaluator.context.SecurityQuestionsAuthenticationContext
-
Constructor Summary
ConstructorDescriptionSecurityQuestionsAuthenticationContext
(String username, Class<? extends FocusType> principalType, Map<String, String> questionAnswerMap, List<ObjectReferenceType> requireAssignment, AuthenticationChannel channel) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Methods inherited from class com.evolveum.midpoint.authentication.api.evaluator.context.AbstractAuthenticationContext
createFocusQuery, getPrincipalType, getRequireAssignments, getUsername, isSupportActivationByChannel
-
Constructor Details
-
SecurityQuestionsAuthenticationContext
public SecurityQuestionsAuthenticationContext(String username, Class<? extends FocusType> principalType, Map<String, String> questionAnswerMap, List<ObjectReferenceType> requireAssignment, AuthenticationChannel channel)
-
-
Method Details
-
getQuestionAnswerMap
-
getEnteredCredential
- Specified by:
getEnteredCredential
in classAbstractAuthenticationContext
-
getPolicy
-
setPolicy
-