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

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

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

Classes in com.hyper9.vangaea.impls.beans.admin that implement UserBean
 class UserBeanImpl
          A class for a row in the tbl_users table.
 

Methods in com.hyper9.vangaea.impls.beans.admin that return UserBean
static UserBean UserBeanImpl.get(java.sql.Connection conn, int id)
          Gets a user by its ID from the data source.
static UserBean UserBeanImpl.get(java.sql.Connection conn, java.lang.String userName)
          Gets a user by its user name from the data source.
 UserBean LinkedCredentialBeanImpl.getUser()
           
 UserBean AuthCookieBeanImpl.getUser()
           
 

Methods in com.hyper9.vangaea.impls.beans.admin with parameters of type UserBean
static AuthCookieBean AuthCookieBeanImpl.add(UserBean user)
          Adds a new authentication cookie to the table.
 ConnectorTypeBean ServerInformationBeanImpl.getConnector(UserBean user, java.lang.String key)
           
 

Uses of UserBean in com.hyper9.vangaea.server
 

Methods in com.hyper9.vangaea.server with parameters of type UserBean
static void Log.setUser(UserBean toSet)
          Set the current user.
 

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

Fields in com.hyper9.vangaea.server.rest declared as UserBean
protected  UserBean AuthdResource.user
          The authenticated user bean.
 

Uses of UserBean in com.hyper9.vangaea.types.beans.admin
 

Methods in com.hyper9.vangaea.types.beans.admin that return UserBean
 UserBean LinkedCredentialBean.getUser()
          Gets the user linked to this credential.
 UserBean AuthCookieBean.getUser()
          Gets the user this cookie is for.
 

Methods in com.hyper9.vangaea.types.beans.admin with parameters of type UserBean
 ConnectorTypeBean ServerInformationBean.getConnector(UserBean user, java.lang.String key)
          Gets a connector for the server.
 



Copyright © 2009 Hyper9. All Rights Reserved.