org.camunda.bpm.cycle.security
Class IdentityHolder

java.lang.Object
  extended by org.camunda.bpm.cycle.security.IdentityHolder

public class IdentityHolder
extends Object


Constructor Summary
IdentityHolder()
           
 
Method Summary
static void clear()
           
static UserIdentity getIdentity()
           
static void setIdentity(UserIdentity identity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityHolder

public IdentityHolder()
Method Detail

setIdentity

public static void setIdentity(UserIdentity identity)

getIdentity

public static UserIdentity getIdentity()

clear

public static void clear()


Copyright © 2014 camunda services GmbH. All rights reserved.