Uses of Interface
net.databinder.auth.data.DataUser

Packages that use DataUser
net.databinder.auth   
net.databinder.auth.ao   
net.databinder.auth.components   
net.databinder.auth.components.ao   
net.databinder.auth.components.hib   
net.databinder.auth.data.ao   
net.databinder.auth.hib   
 

Uses of DataUser in net.databinder.auth
 

Methods in net.databinder.auth that return DataUser
 DataUser AuthDataSessionBase.getUser()
           
 DataUser AuthSession.getUser()
           
protected  DataUser AuthDataSessionBase.getUser(java.lang.String username)
          Looks for a persisted DataUser object matching the given username.
 DataUser AuthApplication.getUser(java.lang.String username)
           
 

Methods in net.databinder.auth that return types with arguments of type DataUser
 java.lang.Class<? extends DataUser> AuthApplication.getUserClass()
           
 

Methods in net.databinder.auth with parameters of type DataUser
abstract  org.apache.wicket.model.IModel AuthDataSessionBase.createUserModel(DataUser user)
           
 java.lang.String AuthApplication.getToken(DataUser user)
          Get the restricted token for a user, passing an appropriate location parameter.
 void AuthDataSessionBase.signIn(DataUser user, boolean setCookie)
          Sign in a user whose credentials have been validated elsewhere.
 void AuthSession.signIn(DataUser user, boolean setCookie)
          Sign in without checking password (here).
 

Uses of DataUser in net.databinder.auth.ao
 

Methods in net.databinder.auth.ao that return DataUser
 DataUser AuthDataApplication.getUser(java.lang.String username)
          Return user object by matching against a "username" property.
 

Methods in net.databinder.auth.ao that return types with arguments of type DataUser
abstract  java.lang.Class<? extends DataUser> AuthDataApplication.getUserClass()
           
 

Methods in net.databinder.auth.ao with parameters of type DataUser
 org.apache.wicket.model.IModel AuthDataSession.createUserModel(DataUser user)
           
 java.lang.String AuthDataApplication.getToken(DataUser user)
          Get the restricted token for a user, using IP addresses as location parameter.
 

Uses of DataUser in net.databinder.auth.components
 

Methods in net.databinder.auth.components that return DataUser
protected  DataUser UserAdminPageBase.getUser()
           
protected  DataUser DataProfilePanelBase.getUser()
           
 

Method parameters in net.databinder.auth.components with type arguments of type DataUser
protected abstract  org.apache.wicket.markup.html.form.Form UserAdminPageBase.adminForm(java.lang.String id, java.lang.Class<? extends DataUser> userClass)
           
protected abstract  org.apache.wicket.model.IModel UserAdminPageBase.userList(java.lang.Class<? extends DataUser> userClass)
           
 

Uses of DataUser in net.databinder.auth.components.ao
 

Method parameters in net.databinder.auth.components.ao with type arguments of type DataUser
protected  org.apache.wicket.markup.html.form.Form UserAdminPage.adminForm(java.lang.String id, java.lang.Class<? extends DataUser> userClass)
           
protected  org.apache.wicket.model.IModel UserAdminPage.userList(java.lang.Class<? extends DataUser> userClass)
           
 

Uses of DataUser in net.databinder.auth.components.hib
 

Method parameters in net.databinder.auth.components.hib with type arguments of type DataUser
protected  org.apache.wicket.markup.html.form.Form UserAdminPage.adminForm(java.lang.String id, java.lang.Class<? extends DataUser> userClass)
           
protected  org.apache.wicket.model.IModel UserAdminPage.userList(java.lang.Class<? extends DataUser> userClass)
           
 

Uses of DataUser in net.databinder.auth.data.ao
 

Subinterfaces of DataUser in net.databinder.auth.data.ao
 interface UserBase
          Optional DataUser extension with ActiveObjects field annotations.
 

Uses of DataUser in net.databinder.auth.hib
 

Methods in net.databinder.auth.hib that return DataUser
 DataUser AuthDataApplication.getUser(java.lang.String username)
          Return user object by matching against a "username" property.
 

Methods in net.databinder.auth.hib with parameters of type DataUser
 org.apache.wicket.model.IModel AuthDataSession.createUserModel(DataUser user)
           
 java.lang.String AuthDataApplication.getToken(DataUser user)
          Get the restricted token for a user, using IP addresses as location parameter.
 



Copyright © 2005-2008 Nathan Hamblen. All Rights Reserved.