Class OAuthScimClient<T>

java.lang.Object
gluu.scim2.client.AbstractScimClient<T>
gluu.scim2.client.OAuthScimClient<T>
Type Parameters:
T - Type parameter of superclass
All Implemented Interfaces:
CloseableClient, Serializable, InvocationHandler

public class OAuthScimClient<T> extends AbstractScimClient<T>
Instances of this class contain the necessary logic to handle the authorization process required by a client of SCIM service.

Note: Do not instantiate this class in your code. To interact with the service, call the corresponding method in class ScimClientFactory that returns a proxy object wrapping this client

See Also: