|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
java.lang.String[] |
getUserAccountInformation(java.lang.String username)
Obtain account information for a given username |
Method Detail |
public java.lang.String[] getUserAccountInformation(java.lang.String username) throws java.lang.Exception
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 |