Uses of Interface
org.opencastproject.security.api.Role
Packages that use Role
-
Uses of Role in org.opencastproject.security.api
Classes in org.opencastproject.security.api that implement RoleMethods in org.opencastproject.security.api that return types with arguments of type RoleModifier and TypeMethodDescriptionRoleDirectoryService.findRoles(String query, Role.Target target, int offset, int limit) Return the found roles as a list.RoleProvider.findRoles(String query, Role.Target target, int offset, int limit) Return the found roles as an iterator.Group.getRoles()Gets the group's roles.JaxbGroup.getRoles()JaxbUser.getRoles()User.getRoles()Gets the user's roles.GroupProvider.getRolesForGroup(String groupName) Returns the roles for this group or an empty array if no roles are applicable.RoleProvider.getRolesForUser(String userName) Returns the roles for this user or an empty array if no roles are applicable.Methods in org.opencastproject.security.api with parameters of type RoleMethod parameters in org.opencastproject.security.api with type arguments of type RoleModifier and TypeMethodDescriptionstatic JaxbUserJaxbUser.fromUser(User user, Collection<? extends Role> extraRoles) Creates a JAXB user from a regular user object with an additional set of roles.