Uses of Class
org.forgerock.openam.annotations.sm.Config.Scope
-
Packages that use Config.Scope Package Description org.forgerock.openam.annotations.sm Annotations for defining SMS service configurations. -
-
Uses of Config.Scope in org.forgerock.openam.annotations.sm
Methods in org.forgerock.openam.annotations.sm that return Config.Scope Modifier and Type Method Description Config.Scope
scope()
The scope of the service configuration.static Config.Scope
Config.Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static Config.Scope[]
Config.Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.openam.annotations.sm with parameters of type Config.Scope Modifier and Type Method Description void
Config.Scope. executeForScope(Config.Scope scope, Runnable runnable)
-