Class BrightspaceUserProviderInstance
java.lang.Object
org.opencastproject.userdirectory.brightspace.BrightspaceUserProviderInstance
- All Implemented Interfaces:
org.opencastproject.security.api.CachingUserProviderMXBean,org.opencastproject.security.api.RoleProvider,org.opencastproject.security.api.UserProvider
public class BrightspaceUserProviderInstance
extends Object
implements org.opencastproject.security.api.UserProvider, org.opencastproject.security.api.RoleProvider, org.opencastproject.security.api.CachingUserProviderMXBean
-
Field Summary
Fields inherited from interface org.opencastproject.security.api.UserProvider
ALL_ORGANIZATIONS -
Constructor Summary
ConstructorsConstructorDescriptionBrightspaceUserProviderInstance(String pid, BrightspaceClient client, org.opencastproject.security.api.Organization organization, int cacheSize, int cacheExpiration, Set instructorRoles, Set ignoredUsernames) Constructs a Brighspace user provider with the needed settings -
Method Summary
Modifier and TypeMethodDescriptionlongIterator<org.opencastproject.security.api.Role> Iterator<org.opencastproject.security.api.User> floatgetName()List<org.opencastproject.security.api.Role> getRolesForUser(String username) Iterator<org.opencastproject.security.api.User> getUsers()voidinvalidate(String userName) org.opencastproject.security.api.UserMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opencastproject.security.api.UserProvider
findUsers
-
Constructor Details
-
BrightspaceUserProviderInstance
public BrightspaceUserProviderInstance(String pid, BrightspaceClient client, org.opencastproject.security.api.Organization organization, int cacheSize, int cacheExpiration, Set instructorRoles, Set ignoredUsernames) Constructs a Brighspace user provider with the needed settings- Parameters:
pid- The PID of this service.client- The Brightspace rest service client.organization- The organisation.cacheSize- The number of users to cache.cacheExpiration- The number of minutes to cache users.
-
-
Method Details
-
getCacheHitRatio
public float getCacheHitRatio()- Specified by:
getCacheHitRatioin interfaceorg.opencastproject.security.api.CachingUserProviderMXBean
-
getName
- Specified by:
getNamein interfaceorg.opencastproject.security.api.UserProvider- See Also:
-
getUsers
- Specified by:
getUsersin interfaceorg.opencastproject.security.api.UserProvider- See Also:
-
loadUser
- Specified by:
loadUserin interfaceorg.opencastproject.security.api.UserProvider- See Also:
-
countUsers
public long countUsers()- Specified by:
countUsersin interfaceorg.opencastproject.security.api.UserProvider- See Also:
-
getOrganization
- Specified by:
getOrganizationin interfaceorg.opencastproject.security.api.RoleProvider- Specified by:
getOrganizationin interfaceorg.opencastproject.security.api.UserProvider- See Also:
-
findUsers
public Iterator<org.opencastproject.security.api.User> findUsers(String query, int offset, int limit) - Specified by:
findUsersin interfaceorg.opencastproject.security.api.UserProvider- See Also:
-
invalidate
- Specified by:
invalidatein interfaceorg.opencastproject.security.api.UserProvider
-
getRolesForUser
- Specified by:
getRolesForUserin interfaceorg.opencastproject.security.api.RoleProvider
-
findRoles
public Iterator<org.opencastproject.security.api.Role> findRoles(String query, org.opencastproject.security.api.Role.Target target, int offset, int limit) - Specified by:
findRolesin interfaceorg.opencastproject.security.api.RoleProvider
-