Uses of Class
org.forgerock.api.enums.CreateSingleton
-
Packages that use CreateSingleton 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. -
-
Uses of CreateSingleton in org.forgerock.api.annotations
Methods in org.forgerock.api.annotations that return CreateSingleton Modifier and Type Method Description CreateSingleton
singleton()
Specify whether or not the created resource is a singleton or one of a collection. -
Uses of CreateSingleton in org.forgerock.api.enums
Methods in org.forgerock.api.enums that return CreateSingleton Modifier and Type Method Description static CreateSingleton
CreateSingleton. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateSingleton[]
CreateSingleton. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-