Class BrightspaceClientImpl
java.lang.Object
org.opencastproject.userdirectory.brightspace.client.BrightspaceClientImpl
- All Implemented Interfaces:
BrightspaceClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRolesFromBrightspace(String userid, Set<String> instructorRoles) getURL()
-
Constructor Details
-
BrightspaceClientImpl
-
-
Method Details
-
findUser
- Specified by:
findUserin interfaceBrightspaceClient- Throws:
BrightspaceClientException
-
getRolesFromBrightspace
public List<String> getRolesFromBrightspace(String userid, Set<String> instructorRoles) throws BrightspaceClientException - Specified by:
getRolesFromBrightspacein interfaceBrightspaceClient- Throws:
BrightspaceClientException
-
findAllUsers
- Specified by:
findAllUsersin interfaceBrightspaceClient- Throws:
BrightspaceClientException
-
getURL
- Specified by:
getURLin interfaceBrightspaceClient
-