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.4 $
- Author:
- Peter Kharchenko
Method Summary |
java.lang.String[] |
getUserAccountInformation(java.lang.String username)
Obtain account information for a given username |
getUserAccountInformation
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