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

Packages that use UserGroupCallback
org.jbpm.task.identity   
 

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 LDAPUserGroupCallbackImpl
          LDAP integration for Task Service to collect user and role/group information.
 

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)
           
 



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