Uses of Package
org.forgerock.api.annotations
-
Packages that use org.forgerock.api.annotations Package Description org.forgerock.api.annotations Annotations that can be used to specify information to be included in the API Descriptor.org.forgerock.api.models ForgeRock API Descriptor models. -
Classes in org.forgerock.api.annotations used by org.forgerock.api.annotations Class Description Action Indicates an CREST action method on an annotated POJO.ApiError Details of an error that could be returned.Handler Details of a handler.Operation The common details of an operation.Parameter A extra parameter to an operation.Query Indicates an CREST query method on an annotated POJO.Schema Specify a schema for the element that is being described. -
Classes in org.forgerock.api.annotations used by org.forgerock.api.models Class Description Action Indicates an CREST action method on an annotated POJO.ApiError Details of an error that could be returned.Create Indicates an CREST create method on an annotated POJO.Delete Indicates an CREST delete method on an annotated POJO.Operation The common details of an operation.Parameter A extra parameter to an operation.Patch Indicates an CREST patch method on an annotated POJO.Query Indicates an CREST query method on an annotated POJO.Read Indicates an CREST read method on an annotated POJO.Schema Specify a schema for the element that is being described.Update Indicates an CREST update method on an annotated POJO.