com.caucho.http.security
Class JdbcAuthenticator

java.lang.Object
  extended by com.caucho.server.security.AbstractAuthenticator
      extended by com.caucho.server.security.JdbcAuthenticator
          extended by com.caucho.http.security.JdbcAuthenticator
All Implemented Interfaces:
ServletAuthenticator, HandleAware, java.io.Serializable

public class JdbcAuthenticator
extends JdbcAuthenticator

Deprecated inteface for the password digest.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.caucho.server.security.JdbcAuthenticator
_cookieDomain, _cookieMaxAge, _cookieVersion, _useCookie
 
Fields inherited from class com.caucho.server.security.AbstractAuthenticator
_passwordDigest, _passwordDigestAlgorithm, _passwordDigestRealm, _principalCache, _principalCacheSize, LOGIN_NAME
 
Constructor Summary
JdbcAuthenticator()
           
 
Method Summary
 
Methods inherited from class com.caucho.server.security.JdbcAuthenticator
addAuthCookie, authenticateCookie, getCookieAuthQuery, getCookieAuthUpdate, getCookieDomain, getCookieMaxAge, getCookieVersion, getDataSource, getDigestPassword, getPasswordQuery, getRoleQuery, getUseCookie, getUserPrincipalImpl, init, isUserInRole, loginImpl, loginImpl, logout, setCookieAuthQuery, setCookieAuthUpdate, setCookieDomain, setCookieLogout, setCookieMaxAge, setCookieVersion, setDataSource, setPasswordQuery, setRoleQuery, setUseCookie, updateCookie
 
Methods inherited from class com.caucho.server.security.AbstractAuthenticator
addRoleMapping, digest, getDigestSecret, getLogoutOnSessionTimeout, getPasswordDigest, getPasswordDigest, getPasswordDigestAlgorithm, getPasswordDigestRealm, getPrincipalCacheSize, getUserPrincipal, login, loginDigest, loginDigestImpl, logout, logout, setLogoutOnSessionTimeout, setPasswordDigest, setPasswordDigestAlgorithm, setPasswordDigestRealm, setPrincipalCacheSize, setSerializationHandle, stringToDigest, toString, writeReplace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JdbcAuthenticator

public JdbcAuthenticator()