public class AuthenticationDTO
extends java.lang.Object
Sets the JAAS authentication used to access the broker.
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
AuthenticationDTO() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
acl_principal_kinds() |
java.util.List<java.lang.String> |
user_principal_kinds() |
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
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.