org.jasig.portal.security.provider
Interface IAccountStore

All Known Implementing Classes:
RDBMAccountStore

public interface IAccountStore

A store for basic account information; username, passwords, etc. Note: this interface is particular to the reference security provider and is not part of the core portal interfaces.

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

Method Summary
 String[] getUserAccountInformation(String username)
          Obtain account information for a given username
 

Method Detail

getUserAccountInformation

String[] getUserAccountInformation(String username)
                                   throws Exception
Obtain account information for a given username

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.