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

All Known Implementing Classes:
TurbineUserPeer

Deprecated. Use TorqueSecurityService instead.

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 534527 2007-05-02 16:10:59Z tv $
Author:
Leandro Rodrigo Saad Cruz

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

Field Detail

USERNAME

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

See Also:
Constant Field Values

USER_ID

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

See Also:
Constant Field Values
Method Detail

getFullColumnName

public java.lang.String getFullColumnName(java.lang.String name)
Deprecated. 
Returns the full name of a column.

Parameters:
name - name of a column
Returns:
A String with the full name of the column.


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.