Class AuthenticationSteps
- java.lang.Object
-
- org.activiti.cloud.acc.shared.steps.AuthenticationSteps
-
public class AuthenticationSteps extends Object
User authentication steps
-
-
Constructor Summary
Constructors Constructor Description AuthenticationSteps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidauthenticateUser(String authUsername)voidensureUserIsAuthenticated()
-
-
-
Method Detail
-
authenticateUser
public void authenticateUser(String authUsername)
-
ensureUserIsAuthenticated
public void ensureUserIsAuthenticated()
-
-