Uses of Package
org.gluu.oxtrust.model.scim2
-
Packages that use org.gluu.oxtrust.model.scim2 Package Description org.gluu.oxtrust.model.scim2 Provides necessary classes to model and compose the different types of resources defined by SCIM2 spec, for instance, User, Group, ServiceProviderConfig, etc.org.gluu.oxtrust.model.scim2.annotations org.gluu.oxtrust.model.scim2.extensions org.gluu.oxtrust.model.scim2.fido org.gluu.oxtrust.model.scim2.group org.gluu.oxtrust.model.scim2.provider.config Holds POJOs used to model the information of the "Service Provider Configuration" endpoint/ServiceProviderConfig
.org.gluu.oxtrust.model.scim2.provider.resourcetypes Holds POJOs used to model the information of the/ResourceTypes
endpoint.org.gluu.oxtrust.model.scim2.provider.schema Holds POJOs used to model the information of the/Schemas
endpoint.org.gluu.oxtrust.model.scim2.user Holds POJOs that model the structure (attributes and subattributes) of the User SCIM resource.org.gluu.oxtrust.model.scim2.util org.gluu.oxtrust.ws.rs.scim2 Interfaces and annotations shared by both the server side code and the Java client (SCIM-Client). -
Classes in org.gluu.oxtrust.model.scim2 used by org.gluu.oxtrust.model.scim2 Class Description AttributeDefinition.Mutability An enum used to describe the mutability of an attribute.AttributeDefinition.Returned This enum is used to describe when/if an attribute should be returned in response to SCIM method invocations.AttributeDefinition.Type An enumeration of the data types for attributes or subattributes.AttributeDefinition.Uniqueness This enum is used to describe how the service provider enforces uniqueness of attribute values.BaseScimResource This class represents the root hierarchy of SCIM resources.CustomAttributes A class used to store the values of custom attributes associated to a resource extension.ErrorScimType Detail error types when a HTTP 400 response is served.Meta This class represents the common resource attribute "meta" that contains metadata about the resource being described.Validations An enumeration of all possible (formatting) validations applicable to attributes of SCIM resources. -
Classes in org.gluu.oxtrust.model.scim2 used by org.gluu.oxtrust.model.scim2.annotations Class Description AttributeDefinition.Mutability An enum used to describe the mutability of an attribute.AttributeDefinition.Returned This enum is used to describe when/if an attribute should be returned in response to SCIM method invocations.AttributeDefinition.Type An enumeration of the data types for attributes or subattributes.AttributeDefinition.Uniqueness This enum is used to describe how the service provider enforces uniqueness of attribute values.BaseScimResource This class represents the root hierarchy of SCIM resources.Validations An enumeration of all possible (formatting) validations applicable to attributes of SCIM resources. -
Classes in org.gluu.oxtrust.model.scim2 used by org.gluu.oxtrust.model.scim2.extensions Class Description AttributeDefinition.Type An enumeration of the data types for attributes or subattributes. -
Classes in org.gluu.oxtrust.model.scim2 used by org.gluu.oxtrust.model.scim2.fido Class Description BaseScimResource This class represents the root hierarchy of SCIM resources. -
Classes in org.gluu.oxtrust.model.scim2 used by org.gluu.oxtrust.model.scim2.group Class Description BaseScimResource This class represents the root hierarchy of SCIM resources. -
Classes in org.gluu.oxtrust.model.scim2 used by org.gluu.oxtrust.model.scim2.provider.config Class Description BaseScimResource This class represents the root hierarchy of SCIM resources. -
Classes in org.gluu.oxtrust.model.scim2 used by org.gluu.oxtrust.model.scim2.provider.resourcetypes Class Description BaseScimResource This class represents the root hierarchy of SCIM resources. -
Classes in org.gluu.oxtrust.model.scim2 used by org.gluu.oxtrust.model.scim2.provider.schema Class Description BaseScimResource This class represents the root hierarchy of SCIM resources. -
Classes in org.gluu.oxtrust.model.scim2 used by org.gluu.oxtrust.model.scim2.user Class Description BaseScimResource This class represents the root hierarchy of SCIM resources. -
Classes in org.gluu.oxtrust.model.scim2 used by org.gluu.oxtrust.model.scim2.util Class Description BaseScimResource This class represents the root hierarchy of SCIM resources. -
Classes in org.gluu.oxtrust.model.scim2 used by org.gluu.oxtrust.ws.rs.scim2 Class Description SearchRequest This class represents the components of a search request that is employed when doing searches via POST.