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: UserPeer.java,v 1.2 2002/06/07 21:11:43 henning Exp $
- 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. |
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.
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 © 2000-2002 Apache Software Foundation. All Rights Reserved.