|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.pba.rbac.PermisArgument
public class PermisArgument
This class represents the Argument to the actions that Permis is using. It is evaluated in the IF-statements of the Policy.
Constructor Summary | |
---|---|
protected |
PermisArgument()
|
|
PermisArgument(java.lang.String Type,
java.lang.String Value)
This constructor builds an argument by specifying its Type and Value |
Method Summary | |
---|---|
java.lang.String |
getType()
This method returns the String name of the type of this value. |
java.lang.String |
getValue()
This method returns the value of this argument. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected PermisArgument()
public PermisArgument(java.lang.String Type, java.lang.String Value)
Method Detail |
---|
public java.lang.String getValue()
getValue
in interface Argument
public java.lang.String getType()
getType
in interface Argument
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |