jBPM distribution 6.0.0.Alpha9

Uses of Interface
org.jbpm.task.identity.UserGroupCallback

Packages that use UserGroupCallback
org.jbpm.task.commands   
org.jbpm.task.identity   
 

Uses of UserGroupCallback in org.jbpm.task.commands
 

Methods in org.jbpm.task.commands that return UserGroupCallback
 UserGroupCallback TaskContext.getUserGroupCallback()
           
 

Methods in org.jbpm.task.commands with parameters of type UserGroupCallback
 void TaskContext.setUserGroupCallback(UserGroupCallback userGroupCallback)
           
 

Uses of UserGroupCallback in org.jbpm.task.identity
 

Classes in org.jbpm.task.identity that implement UserGroupCallback
 class DBUserGroupCallbackImpl
          Data base server user group callback implementation that utilizes SQL queries to get information about user, groups and relationship of these two.
 class DefaultUserGroupCallbackImpl
           
 class JAASUserGroupCallbackImpl
          JAAS based implementation of user group callback dedicated when using LocalTaskService in container such as JBoss AS.
 class JBossUserGroupCallbackImpl
           
 class LDAPUserGroupCallbackImpl
          LDAP integration for Task Service to collect user and role/group information.
 class MvelUserGroupCallbackImpl
           
 

Methods in org.jbpm.task.identity that return UserGroupCallback
 UserGroupCallback UserGroupCallbackManager.getCallback()
           
 

Methods in org.jbpm.task.identity with parameters of type UserGroupCallback
 void UserGroupCallbackManager.setCallback(UserGroupCallback callback)
           
 


jBPM distribution 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.