Save This Page
Home » openjdk-7 » net.lshift » ntdcrealm » [javadoc | source]
net.lshift.ntdcrealm
public class: NTDCRealm [javadoc | source]
java.lang.Object
   org.apache.catalina.realm.RealmBase
      net.lshift.ntdcrealm.NTDCRealm
Field Summary
protected static final  String info     
protected static final  String name     
protected  String domain     
Method from net.lshift.ntdcrealm.NTDCRealm Summary:
authenticate,   getDomain,   getName,   getPassword,   getPrincipal,   hasRole,   setDomain
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from net.lshift.ntdcrealm.NTDCRealm Detail:
 public Principal authenticate(String username,
    String credentials) 
 public String getDomain() 
 protected String getName() 
 protected String getPassword(String username) 
 protected Principal getPrincipal(String username) 
 public boolean hasRole(Principal principal,
    String role) 
 public  void setDomain(String newValue)