|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.apollo.dto.AccessRuleDTO
public class AccessRuleDTO
Field Summary | |
---|---|
java.lang.String |
action
The comma separated list of actions which match this rule. |
java.lang.String |
allow
The principal which are allowed access to the action. |
java.lang.String |
deny
The principal which are denied access to the action If set to "+" then it matches all principals but requires at at least one. |
java.lang.String |
id
The identifier of the resource which matches this rule. |
java.lang.String |
id_regex
A regular expression used to match the id of the resource. |
java.lang.String |
kind
The kind of broker resource which matches this rule. |
java.lang.String |
principal_kind
The class name of the JAAS principle that this rule will mach against. |
java.lang.String |
separator
If the separator is set, then the principal field will be interpreted as a list of principles separated by the configured value. |
Constructor Summary | |
---|---|
AccessRuleDTO()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String principal_kind
public java.lang.String allow
public java.lang.String deny
public java.lang.String separator
public java.lang.String action
public java.lang.String kind
public java.lang.String id
public java.lang.String id_regex
Constructor Detail |
---|
public AccessRuleDTO()
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |