Interface AAIRoleProvider
- All Superinterfaces:
org.opencastproject.security.api.RoleProvider
- All Known Implementing Classes:
JpaGroupRoleProvider
public interface AAIRoleProvider
extends org.opencastproject.security.api.RoleProvider
-
Method Summary
Methods inherited from interface org.opencastproject.security.api.RoleProvider
findRoles, getOrganization, getRolesForUser
-
Method Details
-
getRoles
Iterator<org.opencastproject.security.api.Role> getRoles()Return the roles- Returns:
- the roles
-