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 Object
implements IAccountStore

A reference implementation of IAccountStore.

Version:
$Revision: 19776 $
Author:
Peter Kharchenko pkharchenko@interactivebusiness.com"

Constructor Summary
RDBMAccountStore()
           
 
Method Summary
 String[] getUserAccountInformation(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
 

Constructor Detail

RDBMAccountStore

public RDBMAccountStore()
Method Detail

getUserAccountInformation

public String[] getUserAccountInformation(String username)
                                   throws 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:
Exception - if an error occurs


Copyright © 2010 Jasig. All Rights Reserved.