|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.rgma.TableAuthorization
Authorization rules for a table.
Constructor Summary | |
TableAuthorization()
Create an empty TableAuthorization object. |
Method Summary | |
void |
addRule(java.lang.String rule)
Adds a rule to this TableAuthorization. |
int |
getNumRules()
Returns the number of rules in this TableAuthorization. |
java.lang.String |
getRule(int ruleNum)
Gets the specified rule. |
java.util.List |
getRules()
Returns the List of rules. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TableAuthorization()
Method Detail |
public int getNumRules()
public java.lang.String getRule(int ruleNum)
ruleNum
- Number of the rule to retrieve.
public java.util.List getRules()
public void addRule(java.lang.String rule)
rule
- Rule to add.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |