Uses of Enum Class
org.opencastproject.security.api.Role.Target
Packages that use Role.Target
-
Uses of Role.Target in org.opencastproject.security.api
Methods in org.opencastproject.security.api that return Role.TargetModifier and TypeMethodDescriptionstatic Role.TargetReturns the enum constant of this class with the specified name.static Role.Target[]Role.Target.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opencastproject.security.api with parameters of type Role.TargetModifier 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.