org.apache.activemq.apollo.dto
Class AuthenticationDTO

java.lang.Object
  extended by 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.
 
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

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.

Constructor Detail

AuthenticationDTO

public AuthenticationDTO()
Method Detail

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.