|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.util.NamespaceRule
public class NamespaceRule
A class that expresses a single rule in the namespace policy. The rules are of format "TO Issuer {DN} {PERMIT,DENY} Subject {regexp}" one per line, with possibility to split into several lines using "\" as a break line character.
Method Summary | |
---|---|
DN |
getIssuer()
Returns the issuer DN of the rule. |
java.lang.String |
getMatch()
Returns the regexp string of the rule. |
boolean |
isPermit()
Whether the rule is a permit or deny. |
java.lang.String |
toString()
Returns the String representation of the rule. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public DN getIssuer()
public java.lang.String getMatch()
public boolean isPermit()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |