当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
LDAPMembershipStrategy - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.identity2
Interface LDAPMembershipStrategy
- All Known Implementing Classes:
- StaticGroupLDAPMembershipStrategyImpl, StaticRoleLDAPMembershipStrategyImpl
- public interface LDAPMembershipStrategy
- Version:
- $Revision: 1.1 $
- Author:
- Boleslaw Dawidowicz
getRoles
public java.util.Set getRoles(LDAPUserImpl user)
throws IdentityException
- Throws:
IdentityException
getUsers
public java.util.Set getUsers(LDAPRoleImpl role)
throws IdentityException
- Throws:
IdentityException
assignUsers
public void assignUsers(LDAPRoleImpl role,
java.util.Set users)
throws IdentityException
- Throws:
IdentityException
assignRoles
public void assignRoles(LDAPUserImpl user,
java.util.Set roles)
throws IdentityException
- Throws:
IdentityException