@Named
public interface DataProvider
Modifier and Type | Method and Description |
---|---|
void |
closeConnection()
Close the connection to the provider
|
String |
createGroup(SCIMGroups group)
Create Group
|
String |
createUser(SCIMUser user)
Create an user
|
boolean |
deleteGroup(String id)
Delete group
|
boolean |
deleteUser(String id)
Delete an user
|
SCIMGroups |
getGroups(String id)
Get
SCIMGroups |
SCIMResource |
getResource(String id)
Get
SCIMResource |
SCIMUser |
getUser(String id)
Get
SCIMUser |
void |
initializeConnection()
Initialize the Connection to the provider
|
void initializeConnection()
String createGroup(SCIMGroups group)
group
- boolean deleteUser(String id)
id
- boolean deleteGroup(String id)
id
- SCIMGroups getGroups(String id)
SCIMGroups
id
- SCIMResource getResource(String id)
SCIMResource
id
- void closeConnection()
Copyright © 2017. All rights reserved.