org.jasig.portal.security.provider
Class RDBMAccountStore

java.lang.Object
  extended by org.jasig.portal.security.provider.RDBMAccountStore
All Implemented Interfaces:
IAccountStore

public class RDBMAccountStore
extends java.lang.Object
implements IAccountStore

A reference implementation of IAccountStore.

Version:
$Revision: 1.9 $
Author:
Peter Kharchenko

Field Summary
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
RDBMAccountStore()
           
 
Method Summary
 java.lang.String[] getUserAccountInformation(java.lang.String username)
          Obtain account information for a given username
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log
Constructor Detail

RDBMAccountStore

public RDBMAccountStore()
Method Detail

getUserAccountInformation

public java.lang.String[] getUserAccountInformation(java.lang.String username)
                                             throws java.lang.Exception
Description copied from interface: IAccountStore
Obtain account information for a given username

Specified by:
getUserAccountInformation in interface IAccountStore
Parameters:
username - a String value
Returns:
a String[] array containing (in the order given): md5 password, first name, last name.
Throws:
java.lang.Exception - if an error occurs