Package | Description |
---|---|
io.jans.scim.model.conf | |
io.jans.scim.model.exception | |
io.jans.scim.model.scim | |
io.jans.scim.model.scim2 |
Provides necessary classes to model and compose the different types of resources defined by SCIM2 spec,
for instance, User, Group, ServiceProviderConfig, etc.
|
io.jans.scim.model.scim2.annotations | |
io.jans.scim.model.scim2.bulk | |
io.jans.scim.model.scim2.extensions | |
io.jans.scim.model.scim2.fido | |
io.jans.scim.model.scim2.group | |
io.jans.scim.model.scim2.patch | |
io.jans.scim.model.scim2.provider.config |
Holds POJOs used to model the information of the "Service Provider Configuration" endpoint
/ServiceProviderConfig . |
io.jans.scim.model.scim2.provider.resourcetypes |
Holds POJOs used to model the information of the
/ResourceTypes endpoint. |
io.jans.scim.model.scim2.provider.schema |
Holds POJOs used to model the information of the
/Schemas endpoint. |
io.jans.scim.model.scim2.user |
Holds POJOs that model the structure (attributes and subattributes) of the User SCIM resource.
|
io.jans.scim.model.scim2.util | |
io.jans.scim.ws.rs.scim2 |
Interfaces and annotations shared by both the server side code and the Java client..
|