org.camunda.bpm.engine.rest.security.auth
Class AuthenticationResult
java.lang.Object
org.camunda.bpm.engine.rest.security.auth.AuthenticationResult
public class AuthenticationResult
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
authenticatedUser
protected String authenticatedUser
isAuthenticated
protected boolean isAuthenticated
AuthenticationResult
public AuthenticationResult(String authenticatedUser,
boolean isAuthenticated)
getAuthenticatedUser
public String getAuthenticatedUser()
setAuthenticatedUser
public void setAuthenticatedUser(String authenticatedUser)
isAuthenticated
public boolean isAuthenticated()
setAuthenticated
public void setAuthenticated(boolean isAuthenticated)
successful
public static AuthenticationResult successful(String userId)
unsuccessful
public static AuthenticationResult unsuccessful()
unsuccessful
public static AuthenticationResult unsuccessful(String userId)
Copyright © 2016 camunda services GmbH. All rights reserved.