Uses of Enum Class
com.pushtechnology.diffusion.client.types.GlobalPermission
Packages that use GlobalPermission
Package
Description
Client API : Standard Features.
Client API : Client Control Features.
Client API : Common Types.
-
Uses of GlobalPermission in com.pushtechnology.diffusion.client.features
Methods in com.pushtechnology.diffusion.client.features that return types with arguments of type GlobalPermissionModifier and TypeMethodDescriptionSecurity.getGlobalPermissions()Query the global permissions assigned to the calling session. -
Uses of GlobalPermission in com.pushtechnology.diffusion.client.features.control.clients
Methods in com.pushtechnology.diffusion.client.features.control.clients that return types with arguments of type GlobalPermissionModifier and TypeMethodDescriptionSecurityControl.Role.getGlobalPermissions()Returns the set of global permissions assigned to the role.Method parameters in com.pushtechnology.diffusion.client.features.control.clients with type arguments of type GlobalPermissionModifier and TypeMethodDescriptionSecurityControl.ScriptBuilder.setGlobalPermissions(String role, Set<GlobalPermission> permissions) Sets the global permissions to be assigned to a role. -
Uses of GlobalPermission in com.pushtechnology.diffusion.client.types
Methods in com.pushtechnology.diffusion.client.types that return GlobalPermissionModifier and TypeMethodDescriptionstatic GlobalPermissionReturns the enum constant of this class with the specified name.static GlobalPermission[]GlobalPermission.values()Returns an array containing the constants of this enum class, in the order they are declared.