Package gluu.scim2.client
-
Class Summary Class Description AbstractScimClient<T> The base class for specific SCIM clients.ClientMap A singleton object that holds a mapping of the RestEasy clients used by objects that extend theAbstractScimClient
class and the access tokens they are using.OAuthScimClient<T> Instances of this class contain the necessary logic to handle the authorization process required by a client of SCIM service.TestModeScimClient<T> Instances of this class contain the necessary logic to handle the authorization processes required by a client of SCIM service in test mode.UmaScimClient<T> Instances of this class contain the necessary logic to handle the authorization processes required by a client of SCIM service in UMA mode of protection.