org.apache.activemq.apollo.dto
Class AuthenticationDTO
java.lang.Object
org.apache.activemq.apollo.dto.AuthenticationDTO
public class AuthenticationDTO
- extends java.lang.Object
- Author:
- Hiram Chirino
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
|
java.lang.Boolean |
enabled
|
java.util.List<java.lang.String> |
user_principal_kinds
The class names for the types of principles that
the user name is extracted from. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
enabled
public java.lang.Boolean enabled
domain
public java.lang.String domain
acl_principal_kinds
public java.util.List<java.lang.String> acl_principal_kinds
- The class names for the types of principles that
the acl lists check against.
user_principal_kinds
public java.util.List<java.lang.String> user_principal_kinds
- The class names for the types of principles that
the user name is extracted from.
AuthenticationDTO
public AuthenticationDTO()
acl_principal_kinds
public java.util.List<java.lang.String> acl_principal_kinds()
user_principal_kinds
public java.util.List<java.lang.String> user_principal_kinds()
Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.