org.apache.turbine.om.security.peer
Interface UserPeer

All Known Implementing Classes:
TurbineUserPeer

public interface UserPeer

Peer classes for an User object need to implement this interface. The purpose of this class is to decouple DBSecurityService from the default User implementation and it's related Peer class.

Version:
$Id$
Author:
Leandro Rodrigo Saad Cruz

Field Summary
static java.lang.String USER_ID
          The key name for the username field.
static java.lang.String USERNAME
          The key name for the visitor id field.
 
Method Summary
 java.lang.String getFullColumnName(java.lang.String name)
          Returns the full name of a column.
 

Field Detail

USERNAME

public static final java.lang.String USERNAME
The key name for the visitor id field.

USER_ID

public static final java.lang.String USER_ID
The key name for the username field.
Method Detail

getFullColumnName

public java.lang.String getFullColumnName(java.lang.String name)
Returns the full name of a column.
Returns:
A String with the full name of the column.


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.