uPortal 2.4.1
API Documentation

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: 1.3 $
Author:
Peter Kharchenko

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

Method Detail

getUserAccountInformation

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

uPortal 2.4.1
API Documentation