public interface RoleDirectoryService
RoleProviders.| Modifier and Type | Method and Description |
|---|---|
Iterator<Role> |
findRoles(String query,
Role.Target target,
int offset,
int limit)
Return the found roles as an iterator.
|
Iterator<Role> findRoles(String query, Role.Target target, int offset, int limit)
query - the query. Use the wildcards "_" to match any single character and "%" to match an arbitrary number of
characters (including zero characters).offset - the offset.limit - the limit. 0 means no limitIllegalArgumentException - if the query is nullCopyright © 2009–2021 Opencast Project. All rights reserved.