Uses of Interface
gluu.scim2.client.rest.CloseableClient
- 
Packages that use CloseableClient Package Description gluu.scim2.client gluu.scim2.client.rest 
- 
- 
Uses of CloseableClient in gluu.scim2.clientClasses in gluu.scim2.client that implement CloseableClient Modifier and Type Class Description classAbstractScimClient<T>The base class for specific SCIM clients.classOAuthScimClient<T>Instances of this class contain the necessary logic to handle the authorization process required by a client of SCIM service.classTestModeScimClient<T>Instances of this class contain the necessary logic to handle the authorization processes required by a client of SCIM service in test mode.classUmaScimClient<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.
- 
Uses of CloseableClient in gluu.scim2.client.restSubinterfaces of CloseableClient in gluu.scim2.client.rest Modifier and Type Interface Description interfaceClientSideFido2DeviceServiceAn interface that exhibits operations to manipulate Fido2Device SCIM resources.interfaceClientSideFidoDeviceServiceAn interface that exhibits operations to manipulate FidoDevice SCIM resources.interfaceClientSideGroupServiceAn interface that exhibits operations to manipulate Group SCIM resources.interfaceClientSideServiceA conglomerate interface that exhibits a rich amount of methods to manipulate User, Group, and Fido u2f and Fido 2 Device resources via the SCIM API.interfaceClientSideUserServiceAn interface that exhibits operations to manipulate User SCIM resources.
 
-