public class AccessibleActionVariable extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<AccessibleActionVariable>
Constructor and Description |
---|
AccessibleActionVariable() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AccessibleActionVariable that) |
java.lang.String |
getActionName()
Returns the name of the action, in conjunction with a namespace and an action
variable, that is accessible to a security privilege.
|
java.lang.String |
getActionVariableName()
Returns the name of the action variable, in conjunction with a namespace and an
action, that is accessible to a security privilege.
|
java.lang.String |
getNamespace()
Returns the namespace, in conjunction with an action and an action variable, that
is accessible to a security privilege.
|
void |
setActionName(java.lang.String actionName)
Sets the name of the action, in conjunction with a namespace and an action
variable, that is accessible to a security privilege.
|
void |
setActionVariableName(java.lang.String actionVariableName)
Sets the name of the action variable, in conjunction with a namespace and an
action, that is accessible to a security privilege.
|
void |
setNamespace(java.lang.String namespace)
Sets the namespace, in conjunction with an action and an action variable, that
is accessible to a security privilege.
|
public java.lang.String getActionName()
public java.lang.String getActionVariableName()
public java.lang.String getNamespace()
public void setActionName(java.lang.String actionName)
actionName
- The name of the action that is accessible to a security privilege.public void setActionVariableName(java.lang.String actionVariableName)
actionVariableName
- The name of the action variable that is accessible to a security
privilege.public void setNamespace(java.lang.String namespace)
namespace
- The namespace that is accessible to a security privilege.public int compareTo(AccessibleActionVariable that)
compareTo
in interface java.lang.Comparable<AccessibleActionVariable>
© 2000-2025 Flux Corporation. All rights reserved.