|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.security.provider.RDBMAccountStore
A reference implementation of IAccountStore
.
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 |
public RDBMAccountStore()
Method Detail |
public java.lang.String[] getUserAccountInformation(java.lang.String username) throws java.lang.Exception
IAccountStore
getUserAccountInformation
in interface IAccountStore
username
- a String
value
String[]
array containing (in the order given):
md5 password, first name, last name.
java.lang.Exception
- if an error occurs
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |