Uses of Class
org.camunda.bpm.security.UserIdentity

Packages that use UserIdentity
org.camunda.bpm.cycle.security   
org.camunda.bpm.security   
org.camunda.bpm.security.service   
org.camunda.bpm.security.web   
 

Uses of UserIdentity in org.camunda.bpm.cycle.security
 

Methods in org.camunda.bpm.cycle.security that return UserIdentity
static UserIdentity IdentityHolder.getIdentity()
           
 

Methods in org.camunda.bpm.cycle.security with parameters of type UserIdentity
static void IdentityHolder.setIdentity(UserIdentity identity)
           
 

Uses of UserIdentity in org.camunda.bpm.security
 

Methods in org.camunda.bpm.security that return UserIdentity
 UserIdentity SecurityContext.getUserIdentity()
           
 

Uses of UserIdentity in org.camunda.bpm.security.service
 

Methods in org.camunda.bpm.security.service that return UserIdentity
 UserIdentity SecurityService.login(String userName, String password)
           
 

Uses of UserIdentity in org.camunda.bpm.security.web
 

Methods in org.camunda.bpm.security.web that return UserIdentity
protected  UserIdentity SecurityFilter.getAuthenticatedIdentity(javax.servlet.http.HttpServletRequest request)
           
 

Methods in org.camunda.bpm.security.web with parameters of type UserIdentity
protected  void SecurityFilter.setAuthenticatedIdentity(javax.servlet.http.HttpServletRequest request, UserIdentity identity)
           
 

Constructors in org.camunda.bpm.security.web with parameters of type UserIdentity
SecurityWrappedRequest(javax.servlet.http.HttpServletRequest request, UserIdentity identity)
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.