org.openanzo.server.repository.rdb.sql
Class UserRdbWrapper.GetAuthenticatedUserParamsImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.UserRdbWrapper.GetAuthenticatedUserParamsImpl
All Implemented Interfaces:
UserRdbWrapper.GetAuthenticatedUserParams
Enclosing class:
UserRdbWrapper

public static class UserRdbWrapper.GetAuthenticatedUserParamsImpl
extends java.lang.Object
implements UserRdbWrapper.GetAuthenticatedUserParams

Default implementation of GetAuthenticatedUserParams


Constructor Summary
UserRdbWrapper.GetAuthenticatedUserParamsImpl()
           
 
Method Summary
 java.lang.String getPasswordHash()
          Get the "PasswordHash" parameter to use within prepared statement
 java.lang.String getUserId()
          Get the "UserId" parameter to use within prepared statement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserRdbWrapper.GetAuthenticatedUserParamsImpl

public UserRdbWrapper.GetAuthenticatedUserParamsImpl()
Method Detail

getUserId

public java.lang.String getUserId()
Description copied from interface: UserRdbWrapper.GetAuthenticatedUserParams
Get the "UserId" parameter to use within prepared statement

Specified by:
getUserId in interface UserRdbWrapper.GetAuthenticatedUserParams
Returns:
the UserId to use within prepared statement

getPasswordHash

public java.lang.String getPasswordHash()
Description copied from interface: UserRdbWrapper.GetAuthenticatedUserParams
Get the "PasswordHash" parameter to use within prepared statement

Specified by:
getPasswordHash in interface UserRdbWrapper.GetAuthenticatedUserParams
Returns:
the PasswordHash to use within prepared statement


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.