Interface BrightspaceClient
- All Known Implementing Classes:
BrightspaceClientImpl
public interface BrightspaceClient
-
Method Summary
Modifier and TypeMethodDescriptiongetRolesFromBrightspace(String username, Set<String> instructorRoles) getURL()
-
Method Details
-
findUser
- Throws:
BrightspaceClientException
-
getRolesFromBrightspace
List<String> getRolesFromBrightspace(String username, Set<String> instructorRoles) throws BrightspaceClientException - Throws:
BrightspaceClientException
-
findAllUsers
- Throws:
BrightspaceClientException
-
getURL
String getURL()
-