com.retek.component.security
Interface RoleManager
- All Superinterfaces:
- DistributedObjectManager
- All Known Implementing Classes:
- RoleManagerImpl
- public interface RoleManager
- extends DistributedObjectManager
Provides non-instance level methods for building and retrieving roles.
buildRoleInstance
public Role buildRoleInstance(java.lang.String displayName,
java.util.Set permissions,
java.util.Set includedRoles)
throws SystemException
- Throws:
SystemException
buildRoleInstance
public Role buildRoleInstance(java.lang.String displayName)
throws SystemException
- Throws:
SystemException
buildRoleInstance
public Role buildRoleInstance()
throws SystemException
- Throws:
SystemException
readRole
public Role readRole(DistributedReference roleRef)
throws SystemException
- Throws:
SystemException
findAllRoles
public java.util.Set findAllRoles()
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28