| java.lang.Object com.caucho.server.security.AbstractAuthenticator com.caucho.http.security.AbstractAuthenticator com.caucho.server.security.JdbcAuthenticator com.caucho.http.security.JdbcAuthenticator
JdbcAuthenticator | public JdbcAuthenticator()(Code) | | |
Methods inherited from com.caucho.server.security.JdbcAuthenticator | protected void addAuthCookie(HttpServletRequest request, HttpServletResponse response, ServletContext application, Principal user)(Code)(Java Doc) public Principal authenticateCookie(String cookieValue) throws ServletException(Code)(Java Doc) public String getCookieAuthQuery()(Code)(Java Doc) public String getCookieAuthUpdate()(Code)(Java Doc) public String getCookieDomain()(Code)(Java Doc) public long getCookieMaxAge()(Code)(Java Doc) public int getCookieVersion()(Code)(Java Doc) public DataSource getDataSource()(Code)(Java Doc) protected String getDigestPassword(HttpServletRequest request, HttpServletResponse response, ServletContext application, String username, String realm) throws ServletException(Code)(Java Doc) public String getPasswordQuery()(Code)(Java Doc) public String getRoleQuery()(Code)(Java Doc) public boolean getUseCookie()(Code)(Java Doc) protected Principal getUserPrincipalImpl(HttpServletRequest request, ServletContext application) throws ServletException(Code)(Java Doc) public void init() throws ServletException(Code)(Java Doc) public boolean isUserInRole(HttpServletRequest request, HttpServletResponse response, ServletContext application, Principal principal, String role)(Code)(Java Doc) public Principal loginImpl(HttpServletRequest request, HttpServletResponse response, ServletContext application, String username, String password) throws ServletException(Code)(Java Doc) public Principal loginImpl(String username, String password) throws ServletException(Code)(Java Doc) public void logout(HttpServletRequest request, HttpServletResponse response, ServletContext application, Principal user) throws ServletException(Code)(Java Doc) public void setCookieAuthQuery(String query)(Code)(Java Doc) public void setCookieAuthUpdate(String query)(Code)(Java Doc) public void setCookieDomain(String cookieDomain)(Code)(Java Doc) public void setCookieLogout(boolean cookieLogout)(Code)(Java Doc) public void setCookieMaxAge(Period cookieMaxAge)(Code)(Java Doc) public void setCookieVersion(int version)(Code)(Java Doc) public void setDataSource(DataSource dataSource)(Code)(Java Doc) public void setPasswordQuery(String query)(Code)(Java Doc) public void setRoleQuery(String query)(Code)(Java Doc) public void setUseCookie(boolean useCookie)(Code)(Java Doc) public boolean updateCookie(Principal user, String cookieValue)(Code)(Java Doc)
|
Methods inherited from com.caucho.server.security.AbstractAuthenticator | public void addRoleMapping(Principal principal, String role)(Code)(Java Doc) protected byte[] digest(String value) throws ServletException(Code)(Java Doc) protected String getDigestPassword(HttpServletRequest request, HttpServletResponse response, ServletContext application, String username, String realm) throws ServletException(Code)(Java Doc) protected byte[] getDigestSecret(HttpServletRequest request, HttpServletResponse response, ServletContext application, String username, String realm, String algorithm) throws ServletException(Code)(Java Doc) public boolean getLogoutOnSessionTimeout()(Code)(Java Doc) public PasswordDigest getPasswordDigest()(Code)(Java Doc) public String getPasswordDigest(HttpServletRequest request, HttpServletResponse response, ServletContext app, String user, String password) throws ServletException(Code)(Java Doc) public String getPasswordDigestAlgorithm()(Code)(Java Doc) public String getPasswordDigestRealm()(Code)(Java Doc) public int getPrincipalCacheSize()(Code)(Java Doc) public Principal getUserPrincipal(HttpServletRequest request, HttpServletResponse response, ServletContext application) throws ServletException(Code)(Java Doc) protected Principal getUserPrincipalImpl(HttpServletRequest request, ServletContext application) throws ServletException(Code)(Java Doc) public void init() throws ServletException(Code)(Java Doc) public boolean isUserInRole(HttpServletRequest request, HttpServletResponse response, ServletContext application, Principal user, String role) throws ServletException(Code)(Java Doc) public Principal login(HttpServletRequest request, HttpServletResponse response, ServletContext app, String user, String password) throws ServletException(Code)(Java Doc) public Principal loginDigest(HttpServletRequest request, HttpServletResponse response, ServletContext app, String user, String realm, String nonce, String uri, String qop, String nc, String cnonce, byte[] clientDigest) throws ServletException(Code)(Java Doc) public Principal loginDigestImpl(HttpServletRequest request, HttpServletResponse response, ServletContext app, String user, String realm, String nonce, String uri, String qop, String nc, String cnonce, byte[] clientDigest) throws ServletException(Code)(Java Doc) protected Principal loginImpl(HttpServletRequest request, HttpServletResponse response, ServletContext application, String user, String password) throws ServletException(Code)(Java Doc) public void logout(ServletContext application, HttpSession timeoutSession, String sessionId, Principal user) throws ServletException(Code)(Java Doc) public void logout(HttpServletRequest request, HttpServletResponse response, ServletContext application, Principal user) throws ServletException(Code)(Java Doc) public void logout(ServletContext application, String sessionId, Principal user) throws ServletException(Code)(Java Doc) public void setLogoutOnSessionTimeout(boolean logout)(Code)(Java Doc) public void setPasswordDigest(PasswordDigest digest)(Code)(Java Doc) public void setPasswordDigestAlgorithm(String digest)(Code)(Java Doc) public void setPasswordDigestRealm(String realm)(Code)(Java Doc) public void setPrincipalCacheSize(int size)(Code)(Java Doc) public void setSerializationHandle(Object handle)(Code)(Java Doc) protected byte[] stringToDigest(String digest)(Code)(Java Doc) public String toString()(Code)(Java Doc) public Object writeReplace()(Code)(Java Doc)
|
|
|