Uses of Interface
overit.geocall.platform.Scoped
Packages that use Scoped
-
Uses of Scoped in overit.geocall.platform
Classes in overit.geocall.platform that implement ScopedFields in overit.geocall.platform with type parameters of type ScopedMethods in overit.geocall.platform that return ScopedModifier and TypeMethodDescriptionstatic ScopedScoped.current()Returns the current context identityMethods in overit.geocall.platform with parameters of type Scoped -
Uses of Scoped in overit.geocall.util
Classes in overit.geocall.util that implement ScopedModifier and TypeClassDescriptionclassThe class stores the informations about the user currently logged in the application and provide the methods to retrieve and set those informations. -
Uses of Scoped in overit.geocallapp.utilities.system
Classes in overit.geocallapp.utilities.system that implement ScopedModifier and TypeClassDescriptionclassAbstract base class that extendsIdentityto provide user identity management functionality.
This class stores information about the currently logged-in user and provides methods to retrieve and set that information.
Implementations must define permission validation behavior through the abstract method.