Uses of Class
org.apache.syncope.core.spring.implementation.InstanceScope
-
Packages that use InstanceScope Package Description org.apache.syncope.core.spring.implementation -
-
Uses of InstanceScope in org.apache.syncope.core.spring.implementation
Methods in org.apache.syncope.core.spring.implementation that return InstanceScope Modifier and Type Method Description InstanceScope
scope()
static InstanceScope
InstanceScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstanceScope[]
InstanceScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-