|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.activemq.apollo.dto.AuthenticationDTO
public class AuthenticationDTO
Sets the JAAS authentication used to access the broker.
| Field Summary | |
|---|---|
java.util.List<java.lang.String> |
acl_principal_kinds
The class names for the types of principles that the acl lists check against. |
java.lang.String |
domain
Specifies the name of the JAAS domain. |
java.lang.Boolean |
enabled
Used to enable/disable authentication in a virtual host. |
java.util.List<java.lang.String> |
user_principal_kinds
The class names for the types of principles that the user name is extracted from. |
| Constructor Summary | |
|---|---|
AuthenticationDTO()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
acl_principal_kinds()
|
java.util.List<java.lang.String> |
user_principal_kinds()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.Boolean enabled
public java.lang.String domain
public java.util.List<java.lang.String> acl_principal_kinds
public java.util.List<java.lang.String> user_principal_kinds
| Constructor Detail |
|---|
public AuthenticationDTO()
| Method Detail |
|---|
public java.util.List<java.lang.String> acl_principal_kinds()
public java.util.List<java.lang.String> user_principal_kinds()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||