org.camunda.bpm.security
Class UserIdentity
java.lang.Object
org.camunda.bpm.security.UserIdentity
- All Implemented Interfaces:
- Serializable
public class UserIdentity
- extends Object
- implements Serializable
Represents a currently logged in user identity
- Author:
- nico.rehwaldt
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserIdentity
public UserIdentity(String name)
UserIdentity
public UserIdentity(User user)
getUser
public User getUser()
getName
public String getName()
getId
public long getId()
isAdmin
public boolean isAdmin()
Copyright © 2014 camunda services GmbH. All rights reserved.