Uses of Enum Class
org.forgerock.openam.annotations.sm.Config.Scope
Packages that use Config.Scope
Package
Description
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.ScopeModifier 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.Methods in org.forgerock.openam.annotations.sm with parameters of type Config.ScopeModifier and TypeMethodDescriptionvoid
Config.Scope.executeForScope
(Config.Scope scope, Runnable runnable) Execute the provided runnable if the scope matches the current scope.