|
|||||||||
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
User authorization to broker resources is accomplished by configuring access control rules. The rules define which principals are allowed or denied access to perform actions against server resources.
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 |
connector
The id of the connector the user must be connected on for the rule to match. |
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 that will match this rule. |
java.lang.String |
id_regex
A regular expression used to match the id of the resource. |
java.lang.String |
kind
A space separated list of broker resource types that will match this rule. |
java.lang.String |
principal_kind
A space separated list of class names of which will be matched against the principle type. |
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 connector
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 |