Uses of Class
systems.dmx.core.service.accesscontrol.Operation
-
Packages that use Operation Package Description systems.dmx.core.service.accesscontrol -
-
Uses of Operation in systems.dmx.core.service.accesscontrol
Methods in systems.dmx.core.service.accesscontrol that return Operation Modifier and Type Method Description static Operation
Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Operation[]
Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in systems.dmx.core.service.accesscontrol with parameters of type Operation Modifier and Type Method Description Permissions
Permissions. add(Operation operation, boolean allowed)
boolean
PrivilegedAccess. hasPermission(String username, Operation operation, long objectId)
Checks if a user is permitted to perform an operation on an object (topic or association).
-