Package com.groiss.accesscontrol
Class PermissionQuery
java.lang.Object
com.groiss.accesscontrol.PermissionQuery
A query to the permission system.
-
Field Summary
Modifier and TypeFieldDescriptionDeprecated, for removal: This API element is subject to removal in a future version.use getter methodDeprecated, for removal: This API element is subject to removal in a future version.use getter methodDeprecated, for removal: This API element is subject to removal in a future version.use getter methodDeprecated, for removal: This API element is subject to removal in a future version.use getter methodboolean
Deprecated, for removal: This API element is subject to removal in a future version.use getter method -
Constructor Summary
ConstructorDescriptionPermissionQuery
(boolean value) empty permission query with given valuePermissionQuery
(Agent agent, Right right) PermissionQuery
(Agent agent, Right right, Object target) PermissionQuery
(User user, Agent agent, Right right, Object target) -
Method Summary
-
Field Details
-
user
Deprecated, for removal: This API element is subject to removal in a future version.use getter method -
agent
Deprecated, for removal: This API element is subject to removal in a future version.use getter method -
right
Deprecated, for removal: This API element is subject to removal in a future version.use getter method -
target
Deprecated, for removal: This API element is subject to removal in a future version.use getter method -
value
Deprecated, for removal: This API element is subject to removal in a future version.use getter method
-
-
Constructor Details
-
PermissionQuery
public PermissionQuery(boolean value) empty permission query with given value -
PermissionQuery
-
PermissionQuery
-
PermissionQuery
-
-
Method Details