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