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