Method Summary |
|
public void | ejbActivate() Internal Enterprise Java Beans method. |
public void | ejbCreate() Creates the BnLdap Bean. |
public void | ejbPassivate() Internal Enterprise Java Beans method. |
public void | ejbRemove() Internal Enterprise Java Beans method. |
public Collection | getGroupMembers(String groupName) Get the members of a given group into the ldap server.
It requires that the ldap resource within the AS. |
public String | getUserIdFromPartialDn(String partialDN) Get the uid giving a partial DN (without Base suffix) as input.
It requires that the ldap resource within the AS. |
public void | importLdapUsers() Import users from the LDAP used for authentication by the Application Server
to Bonita database.
For each user found in LDAP:
- if it doesn't exists in bonita database then this user is created
- if it exists in bonita database then the mail property is updated.
It requires that the ldap resource within the AS. |
public void | setSessionContext(SessionContext ctx) Internal Enterprise Java Beans method. |