|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectflux.security.AccessibleActionVariable
public class AccessibleActionVariable
For a security privilege that grants access to an action variable, indicates which namespace, action, and action variable are accessible to that security privilege.
Constructor Summary | |
---|---|
AccessibleActionVariable()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AccessibleActionVariable()
Method Detail |
---|
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>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |