org.jasig.portal.security.provider
Class RDBMAccountStore
java.lang.Object
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"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RDBMAccountStore
public RDBMAccountStore()
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.