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.client
Classes in gluu.scim2.client that implement CloseableClient Modifier and Type Class Description class
AbstractScimClient<T>
The base class for specific SCIM clients.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. -
Uses of CloseableClient in gluu.scim2.client.rest
Subinterfaces of CloseableClient in gluu.scim2.client.rest Modifier and Type Interface Description interface
ClientSideFido2DeviceService
An interface that exhibits operations to manipulate Fido2Device SCIM resources.interface
ClientSideFidoDeviceService
An interface that exhibits operations to manipulate FidoDevice SCIM resources.interface
ClientSideGroupService
An interface that exhibits operations to manipulate Group SCIM resources.interface
ClientSideService
A 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.interface
ClientSideUserService
An interface that exhibits operations to manipulate User SCIM resources.
-