Uses of Enum Class
com.pushtechnology.diffusion.client.types.PathPermission
Packages that use PathPermission
Package
Description
Client API : Standard Features.
Client API : Client Control Features.
Client API : Common Types.
-
Uses of PathPermission in com.pushtechnology.diffusion.client.features
Methods in com.pushtechnology.diffusion.client.features that return types with arguments of type PathPermissionModifier and TypeMethodDescriptionSecurity.getPermissionsForPath(String path) Query the path permissions assigned to the calling session on a given path. -
Uses of PathPermission in com.pushtechnology.diffusion.client.features.control.clients
Methods in com.pushtechnology.diffusion.client.features.control.clients that return types with arguments of type PathPermissionModifier and TypeMethodDescriptionSecurityControl.Role.getDefaultPathPermissions()Returns the set of default path permissions assigned to the role.SecurityControl.Role.getPathPermissions()Returns a map of path to path permission assignments for the role.Method parameters in com.pushtechnology.diffusion.client.features.control.clients with type arguments of type PathPermissionModifier and TypeMethodDescriptionSecurityControl.ScriptBuilder.setDefaultPathPermissions(String role, Set<PathPermission> permissions) Sets the default path permissions to be assigned to a role.SecurityControl.ScriptBuilder.setPathPermissions(String role, String path, Set<PathPermission> permissions) Sets specific path permissions to be assigned for a role for a path. -
Uses of PathPermission in com.pushtechnology.diffusion.client.types
Methods in com.pushtechnology.diffusion.client.types that return PathPermissionModifier and TypeMethodDescriptionstatic PathPermissionReturns the enum constant of this class with the specified name.static PathPermission[]PathPermission.values()Returns an array containing the constants of this enum class, in the order they are declared.