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 SummaryConstructors Constructor Description PreAuthenticationContext(String username, Class<? extends FocusType> principalType)PreAuthenticationContext(String username, Class<? extends FocusType> principalType, List<ObjectReferenceType> requireAssignment)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetEnteredCredential()- 
Methods inherited from class com.evolveum.midpoint.model.api.context.AbstractAuthenticationContextgetPrincipalType, getRequireAssignments, getUsername, isSupportActivationByChannel, setSupportActivationByChannel
 
- 
 
- 
- 
- 
Method Detail- 
getEnteredCredentialpublic Object getEnteredCredential() - Specified by:
- getEnteredCredentialin class- AbstractAuthenticationContext
 
 
- 
 
-