@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
|
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 - SCIMGroups getGroups(String id)
SCIMGroupsid - SCIMResource getResource(String id)
SCIMResourceid - void closeConnection()
Copyright © 2013 JBoss Inc.. All Rights Reserved.