org.camunda.bpm.security
Class UserIdentity

java.lang.Object
  extended by 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

Constructor Summary
UserIdentity(String name)
           
UserIdentity(User user)
           
 
Method Summary
 long getId()
           
 String getName()
           
 User getUser()
           
 boolean isAdmin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserIdentity

public UserIdentity(String name)

UserIdentity

public UserIdentity(User user)
Method Detail

getUser

public User getUser()

getName

public String getName()

getId

public long getId()

isAdmin

public boolean isAdmin()


Copyright © 2014 camunda services GmbH. All rights reserved.