Uses of Class
org.forgerock.api.enums.ParameterSource
-
Packages that use ParameterSource Package Description org.forgerock.api.annotations Annotations that can be used to specify information to be included in the API Descriptor.org.forgerock.api.enums API descriptor enums.org.forgerock.api.models ForgeRock API Descriptor models. -
-
Uses of ParameterSource in org.forgerock.api.annotations
Methods in org.forgerock.api.annotations that return ParameterSource Modifier and Type Method Description ParameterSource
source()
The source of the parameter. -
Uses of ParameterSource in org.forgerock.api.enums
Methods in org.forgerock.api.enums that return ParameterSource Modifier and Type Method Description static ParameterSource
ParameterSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static ParameterSource[]
ParameterSource. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ParameterSource in org.forgerock.api.models
Methods in org.forgerock.api.models that return ParameterSource Modifier and Type Method Description ParameterSource
Parameter. getSource()
Getter of the parameter source.Methods in org.forgerock.api.models with parameters of type ParameterSource Modifier and Type Method Description Parameter.Builder
Parameter.Builder. source(ParameterSource source)
Set the parameter source.
-