Uses of Interface
com.levigo.jadice.document.Permission
Packages that use Permission
Package
Description
-
Uses of Permission in com.levigo.jadice.annotation.auth.web
Classes in com.levigo.jadice.annotation.auth.web that implement PermissionModifier and TypeClassDescriptionfinal class
Attention: this class is a web technology adaption of the jadice document platform version.final class
This class is a web technology adaption of the jadice document platform version. -
Uses of Permission in com.levigo.jadice.document
Fields in com.levigo.jadice.document declared as PermissionModifier and TypeFieldDescriptionstatic final Permission
<Object> Permission.DENY_ALL
A special kind of permission which always denys any action.static final Permission
<Object> Permission.GRANT_ALL
A special kind of permission which always grants any action.Methods in com.levigo.jadice.document that return types with arguments of type Permission -
Uses of Permission in com.levigo.jadice.document.auth
Classes in com.levigo.jadice.document.auth that implement Permission -
Uses of Permission in com.levigo.jadice.document.auth.web
Classes in com.levigo.jadice.document.auth.web that implement PermissionModifier and TypeClassDescriptionfinal class
Attention: this class is a web technology adaption of the jadice document platform version.class
A Permission implementation with a fixed Vote which pertains to any and all Intents.Fields in com.levigo.jadice.document.auth.web declared as PermissionModifier and TypeFieldDescriptionstatic Permission
<Object> UnconditionalPermission.DENY_ALL
A special kind of permission which always denys any action.static Permission
<Object> UnconditionalPermission.GRANT_ALL
A special kind of permission which always grants any action. -
Uses of Permission in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging that return types with arguments of type PermissionModifier and TypeMethodDescriptionstatic List
<Permission> UriHandleDTO.to
(com.google.gwt.core.client.JsArray<PermissionsDTO> dtoPermissions) static List
<Permission> UriSourceDTO.to
(com.google.gwt.core.client.JsArray<PermissionsDTO> dtoPermissions) Method parameters in com.levigo.jadice.web.client.messaging with type arguments of type PermissionModifier and TypeMethodDescriptionstatic com.google.gwt.core.client.JsArray
<PermissionsDTO> UriHandleDTO.from
(List<Permission> annotationPermissions) static com.google.gwt.core.client.JsArray
<PermissionsDTO> UriSourceDTO.from
(List<Permission> annotationPermissions) -
Uses of Permission in com.levigo.jadice.web.client.messaging.mapper
Methods in com.levigo.jadice.web.client.messaging.mapper that return PermissionMethods in com.levigo.jadice.web.client.messaging.mapper with parameters of type PermissionModifier and TypeMethodDescriptionPermissionsMapper.from
(Permission<?> permission) void
PermissionsMapper.registerMapping
(Permission<?> permission, String name, Permission.Vote vote) -
Uses of Permission in com.levigo.jadice.web.server.messaging.mapper
Methods in com.levigo.jadice.web.server.messaging.mapper that return PermissionMethods in com.levigo.jadice.web.server.messaging.mapper with parameters of type PermissionModifier and TypeMethodDescriptionPermissionsMapper.from
(Permission<?> permission) void
PermissionsMapper.registerMapping
(Permission<?> permission, String name, Permission.Vote vote)