Class PasswordAuthenticationContext
java.lang.Object
com.evolveum.midpoint.authentication.api.evaluator.context.AbstractAuthenticationContext
com.evolveum.midpoint.authentication.api.evaluator.context.PasswordAuthenticationContext
-
Constructor Summary
ConstructorDescriptionPasswordAuthenticationContext
(String username, String password, Class<? extends FocusType> principalType) PasswordAuthenticationContext
(String username, String password, Class<? extends FocusType> principalType, List<ObjectReferenceType> requireAssignments, AuthenticationChannel channel) -
Method Summary
Methods inherited from class com.evolveum.midpoint.authentication.api.evaluator.context.AbstractAuthenticationContext
createFocusQuery, getPrincipalType, getRequireAssignments, getUsername, isSupportActivationByChannel
-
Constructor Details
-
PasswordAuthenticationContext
-
PasswordAuthenticationContext
public PasswordAuthenticationContext(String username, String password, Class<? extends FocusType> principalType, List<ObjectReferenceType> requireAssignments, AuthenticationChannel channel)
-
-
Method Details
-
getPassword
-
getEnteredCredential
- Specified by:
getEnteredCredential
in classAbstractAuthenticationContext
-