jBPM distribution 6.0.0.Beta5

org.jbpm.services.task.identity
Class LDAPUserGroupCallbackImpl

java.lang.Object
  extended by org.jbpm.services.task.identity.LDAPUserGroupCallbackImpl
All Implemented Interfaces:
org.kie.internal.task.api.UserGroupCallback

@Alternative
public class LDAPUserGroupCallbackImpl
extends Object
implements org.kie.internal.task.api.UserGroupCallback

LDAP integration for Task Service to collect user and role/group information. Following is a list of all supported properties:


Field Summary
static String BIND_PWD
           
static String BIND_USER
           
protected static String DEFAULT_PROPERTIES_NAME
           
static String IS_USER_ID_DN
           
protected static String[] requiredProperties
           
static String ROLE_ATTR_ID
           
static String ROLE_CTX
           
static String ROLE_FILTER
           
static String USER_ATTR_ID
           
static String USER_CTX
           
static String USER_FILTER
           
static String USER_ROLES_CTX
           
static String USER_ROLES_FILTER
           
 
Constructor Summary
LDAPUserGroupCallbackImpl()
           
LDAPUserGroupCallbackImpl(Properties config)
           
 
Method Summary
protected  InitialLdapContext buildInitialLdapContext()
           
 boolean existsGroup(String groupId)
           
 boolean existsUser(String userId)
           
 List<String> getGroupsForUser(String userId, List<String> groupIds, List<String> allExistingGroupIds)
           
protected  void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PROPERTIES_NAME

protected static final String DEFAULT_PROPERTIES_NAME
See Also:
Constant Field Values

BIND_USER

public static final String BIND_USER
See Also:
Constant Field Values

BIND_PWD

public static final String BIND_PWD
See Also:
Constant Field Values

USER_CTX

public static final String USER_CTX
See Also:
Constant Field Values

ROLE_CTX

public static final String ROLE_CTX
See Also:
Constant Field Values

USER_ROLES_CTX

public static final String USER_ROLES_CTX
See Also:
Constant Field Values

USER_FILTER

public static final String USER_FILTER
See Also:
Constant Field Values

ROLE_FILTER

public static final String ROLE_FILTER
See Also:
Constant Field Values

USER_ROLES_FILTER

public static final String USER_ROLES_FILTER
See Also:
Constant Field Values

USER_ATTR_ID

public static final String USER_ATTR_ID
See Also:
Constant Field Values

ROLE_ATTR_ID

public static final String ROLE_ATTR_ID
See Also:
Constant Field Values

IS_USER_ID_DN

public static final String IS_USER_ID_DN
See Also:
Constant Field Values

requiredProperties

protected static final String[] requiredProperties
Constructor Detail

LDAPUserGroupCallbackImpl

public LDAPUserGroupCallbackImpl()

LDAPUserGroupCallbackImpl

public LDAPUserGroupCallbackImpl(Properties config)
Method Detail

existsUser

public boolean existsUser(String userId)
Specified by:
existsUser in interface org.kie.internal.task.api.UserGroupCallback

existsGroup

public boolean existsGroup(String groupId)
Specified by:
existsGroup in interface org.kie.internal.task.api.UserGroupCallback

getGroupsForUser

public List<String> getGroupsForUser(String userId,
                                     List<String> groupIds,
                                     List<String> allExistingGroupIds)
Specified by:
getGroupsForUser in interface org.kie.internal.task.api.UserGroupCallback

validate

protected void validate()

buildInitialLdapContext

protected InitialLdapContext buildInitialLdapContext()
                                              throws NamingException
Throws:
NamingException

jBPM distribution 6.0.0.Beta5

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