| org.apache.jetspeed.security.spi.impl.ldap.LdapMembershipDao
All known Subclasses: org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl,
LdapMembershipDao | public interface LdapMembershipDao (Code) | | |
Method Summary | |
abstract public String[] | searchGroupMemberShipByGroup(String userPrincipalUid, SearchControls cons) | abstract public String[] | searchGroupMemberShipByUser(String userPrincipalUid, SearchControls cons) | abstract public String[] | searchRoleMemberShipByRole(String userPrincipalUid, SearchControls cons) | abstract public String[] | searchRoleMemberShipByUser(String userPrincipalUid, SearchControls cons) | abstract public String[] | searchRolesFromGroupByGroup(String groupPrincipalUid, SearchControls cons) | abstract public String[] | searchRolesFromGroupByRole(String groupPrincipalUid, SearchControls cons) | abstract public String[] | searchUsersFromGroupByGroup(String groupPrincipalUid, SearchControls cons)
Search user by group using the GroupMembershipAttribute. | abstract public String[] | searchUsersFromGroupByUser(String groupPrincipalUid, SearchControls cons)
Search user by group using the UserGroupMembershipAttribute. | abstract public String[] | searchUsersFromRoleByRole(String rolePrincipalUid, SearchControls cons)
Search user by role using the RoleMembershipAttribute. | abstract public String[] | searchUsersFromRoleByUser(String groupPrincipalUid, SearchControls cons)
Search user by role using the UserRoleMembershipAttribute. |
|
|