Uses of Interface
com.hyper9.vangaea.types.beans.admin.AuthCookieBean

Packages that use AuthCookieBean
com.hyper9.vangaea.impls.beans.admin   
com.hyper9.vangaea.server.rest   
 

Uses of AuthCookieBean in com.hyper9.vangaea.impls.beans.admin
 

Classes in com.hyper9.vangaea.impls.beans.admin that implement AuthCookieBean
 class AuthCookieBeanImpl
          A bean describing a row in the tbl_auth_cookies table.
 

Methods in com.hyper9.vangaea.impls.beans.admin that return AuthCookieBean
static AuthCookieBean AuthCookieBeanImpl.add(java.sql.Connection conn, java.lang.String cookieValue, int userID)
          Adds a new authentication cookie to the table.
static AuthCookieBean AuthCookieBeanImpl.add(UserBean user)
          Adds a new authentication cookie to the table.
static AuthCookieBean AuthCookieBeanImpl.get(java.sql.Connection conn, int id)
          Get an authentication cookie from the data source.
static AuthCookieBean AuthCookieBeanImpl.getByCookieValue(java.sql.Connection conn, java.lang.String cookieValue)
          Get an authentication cookie from the data source by its cookie value.
 

Uses of AuthCookieBean in com.hyper9.vangaea.server.rest
 

Fields in com.hyper9.vangaea.server.rest declared as AuthCookieBean
protected  AuthCookieBean AuthdResource.authCookie
          The authentication cookie bean.
 

Methods in com.hyper9.vangaea.server.rest that return types with arguments of type AuthCookieBean
 java.util.List<AuthCookieBean> LoginResource.getBeans()
           
 



Copyright © 2009 Hyper9. All Rights Reserved.