public class AuthenticationDTO extends Object
Sets the JAAS authentication used to access the broker.
Modifier and Type | Field and Description |
---|---|
List<String> |
acl_principal_kinds
The class names for the types of principles that
the acl lists check against.
|
String |
domain
Specifies the name of the JAAS domain.
|
Boolean |
enabled
Used to enable/disable authentication in a virtual host.
|
List<String> |
user_principal_kinds
The class names for the types of principles that
the user name is extracted from.
|
Constructor and Description |
---|
AuthenticationDTO() |
public Boolean enabled
public String domain
public List<String> acl_principal_kinds
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.