org.openanzo.server.repository.rdb.sql
Interface UserRdbWrapper.GetAuthenticatedUserParams

All Known Implementing Classes:
UserRdbWrapper.GetAuthenticatedUserParamsImpl
Enclosing class:
UserRdbWrapper

public static interface UserRdbWrapper.GetAuthenticatedUserParams

Interface for managing the parameters to the getAuthenticatedUser prepared statement.


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
 

Method Detail

getUserId

java.lang.String getUserId()
                           throws AnzoException
Get the "UserId" parameter to use within prepared statement

Returns:
the UserId to use within prepared statement
Throws:
AnzoException

getPasswordHash

java.lang.String getPasswordHash()
                                 throws AnzoException
Get the "PasswordHash" parameter to use within prepared statement

Returns:
the PasswordHash to use within prepared statement
Throws:
AnzoException


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