Apache Tomcat 7.0.28

org.apache.catalina.realm
Class JNDIRealm.User

java.lang.Object
  extended by org.apache.catalina.realm.JNDIRealm.User
Enclosing class:
JNDIRealm

protected static class JNDIRealm.User
extends Object

A protected class representing a User


Constructor Summary
JNDIRealm.User(String username, String dn, String password, List<String> roles)
           
 
Method Summary
 String getDN()
           
 String getPassword()
           
 List<String> getRoles()
           
 String getUserName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNDIRealm.User

public JNDIRealm.User(String username,
                      String dn,
                      String password,
                      List<String> roles)
Method Detail

getUserName

public String getUserName()

getDN

public String getDN()

getPassword

public String getPassword()

getRoles

public List<String> getRoles()

Apache Tomcat 7.0.28

Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.