Uses of Class
org.forgerock.api.annotations.Action
-
Packages that use Action 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. -
-
Uses of Action in org.forgerock.api.annotations
Methods in org.forgerock.api.annotations that return Action Modifier and Type Method Description Action[]
value()
The actions. -
Uses of Action in org.forgerock.api.models
Methods in org.forgerock.api.models with parameters of type Action Modifier and Type Method Description static Action
Action. fromAnnotation(Action action, Method annotated, ApiDescription descriptor, Class<?> relativeType)
Builds an Action object using the data in the annotation.
-