Class AbstractAuthenticationContext
java.lang.Object
com.evolveum.midpoint.authentication.api.evaluator.context.AbstractAuthenticationContext
- Direct Known Subclasses:
- AttributeVerificationAuthenticationContext,- FocusIdentificationAuthenticationContext,- NodeAuthenticationContext,- NonceAuthenticationContext,- PasswordAuthenticationContext,- PreAuthenticationContext,- SecurityQuestionsAuthenticationContext
- 
Constructor SummaryConstructorsConstructorDescriptionAbstractAuthenticationContext(String username, Class<? extends FocusType> principalType, List<ObjectReferenceType> requireAssignment, AuthenticationChannel channel) 
- 
Method Summary
- 
Constructor Details- 
AbstractAuthenticationContextpublic AbstractAuthenticationContext(String username, Class<? extends FocusType> principalType, List<ObjectReferenceType> requireAssignment, AuthenticationChannel channel) 
 
- 
- 
Method Details- 
getUsername
- 
getPrincipalType
- 
isSupportActivationByChannelpublic boolean isSupportActivationByChannel()
- 
getRequireAssignments
- 
getEnteredCredential
- 
createFocusQuery
 
-