Uses of Package
dev.sympho.modular_commands.api.permission
Packages that use dev.sympho.modular_commands.api.permission
Package
Description
APIs related to defining a command.
Interfaces that represent the invocation context of a command.
Interfaces defining the result of handling an invoked command.
API for permission management.
Runtime system for executing commands defined through the API.
Implementations for command contexts.
Collection of classes that provide assorted utilies for ease of use.
-
-
Classes in dev.sympho.modular_commands.api.permission used by dev.sympho.modular_commands.api.command.contextClassDescriptionValidator that determines whether a caller has certain access rights in the context of an invocation.Specifies a group that users may belong to.
-
-
Classes in dev.sympho.modular_commands.api.permission used by dev.sympho.modular_commands.api.permissionClassDescriptionSpecifies a group that users may belong to.A group that also has a name.
-
Classes in dev.sympho.modular_commands.api.permission used by dev.sympho.modular_commands.executeClassDescriptionValidator that determines whether a caller has certain access rights in the context of an invocation.Specifies a group that users may belong to.
-
Classes in dev.sympho.modular_commands.api.permission used by dev.sympho.modular_commands.impl.contextClassDescriptionValidator that determines whether a caller has certain access rights in the context of an invocation.
-
Classes in dev.sympho.modular_commands.api.permission used by dev.sympho.modular_commands.utils