Uses of Class
gluu.scim2.client.AbstractScimClient
-
Packages that use AbstractScimClient Package Description gluu.scim2.client -
-
Uses of AbstractScimClient in gluu.scim2.client
Subclasses of AbstractScimClient in gluu.scim2.client Modifier and Type Class Description class
OAuthScimClient<T>
Instances of this class contain the necessary logic to handle the authorization process required by a client of SCIM service.class
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.class
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.
-