uPortal 2.4.1
API Documentation

org.jasig.portal.security.provider
Class RDBMAccountStore

java.lang.Object
  extended byorg.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.6 $
Author:
Peter Kharchenko

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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

uPortal 2.4.1
API Documentation