Class PreAuthenticationContext
- java.lang.Object
-
- com.evolveum.midpoint.model.api.context.AbstractAuthenticationContext
-
- com.evolveum.midpoint.model.api.context.PreAuthenticationContext
-
public class PreAuthenticationContext extends AbstractAuthenticationContext
- Author:
- skublik
-
-
Constructor Summary
Constructors Constructor Description PreAuthenticationContext(String username, Class<? extends FocusType> principalType)
PreAuthenticationContext(String username, Class<? extends FocusType> principalType, List<ObjectReferenceType> requireAssignment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getEnteredCredential()
-
Methods inherited from class com.evolveum.midpoint.model.api.context.AbstractAuthenticationContext
getPrincipalType, getRequireAssignments, getUsername, isSupportActivationByChannel, setSupportActivationByChannel
-
-
-
-
Method Detail
-
getEnteredCredential
public Object getEnteredCredential()
- Specified by:
getEnteredCredential
in classAbstractAuthenticationContext
-
-