Uses of Enum Class
org.forgerock.openam.annotations.sm.Config.Scope
Package
Description
Annotations for defining SMS service configurations.
-
Uses of Config.Scope in org.forgerock.openam.annotations.sm
Modifier and TypeMethodDescriptionstatic Config.Scope
Returns the enum constant of this class with the specified name.static Config.Scope[]
Config.Scope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Config.Scope.executeForScope
(Config.Scope scope, Runnable runnable) Execute the provided runnable if the scope matches the current scope.