Package ca.cdr.api.security.permission
Interface PermissionArgumentFormat.INodeAndModuleIdRestriction
- All Superinterfaces:
PermissionArgumentFormat.IPermissionComponent
- All Known Implementing Classes:
NodeAndModuleId
- Enclosing interface:
- PermissionArgumentFormat<F extends PermissionArgumentValue>
public static interface PermissionArgumentFormat.INodeAndModuleIdRestriction
extends PermissionArgumentFormat.IPermissionComponent
-
Method Summary
Modifier and TypeMethodDescriptionthe moduleId that the user has permission forthe nodeId that the user has permission for
-
Method Details
-
getNodeId
the nodeId that the user has permission for -
getModuleId
the moduleId that the user has permission for
-