Uses of Interface
io.jans.scim2.client.rest.CloseableClient
-
Packages that use CloseableClient Package Description io.jans.scim2.client io.jans.scim2.client.rest -
-
Uses of CloseableClient in io.jans.scim2.client
Classes in io.jans.scim2.client that implement CloseableClient Modifier and Type Class Description class
AbstractScimClient<T>
The base class for specific SCIM clients.class
ScimClient<T>
Instances of this class contain the necessary logic to handle the authorization process required by a client of SCIM service. -
Uses of CloseableClient in io.jans.scim2.client.rest
Subinterfaces of CloseableClient in io.jans.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.
-