Package io.hawt.system
Class RBACMBeanInvoker.CanInvokeKey
- java.lang.Object
-
- io.hawt.system.RBACMBeanInvoker.CanInvokeKey
-
- Enclosing class:
- RBACMBeanInvoker
protected class RBACMBeanInvoker.CanInvokeKey extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ObjectNameobjectNameprotected Stringoperationprotected Stringusername
-
Constructor Summary
Constructors Modifier Constructor Description protectedCanInvokeKey(String username, ObjectName objectName, String operation)
-
-
-
Field Detail
-
username
protected String username
-
objectName
protected ObjectName objectName
-
operation
protected String operation
-
-
Constructor Detail
-
CanInvokeKey
protected CanInvokeKey(String username, ObjectName objectName, String operation)
-
-