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