|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.security.provider.RDBMAccountStore
public class RDBMAccountStore
A reference implementation of IAccountStore.
| Field Summary | |
|---|---|
private static org.apache.commons.logging.Log |
log
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final org.apache.commons.logging.Log log
| Constructor Detail |
|---|
public RDBMAccountStore()
| Method Detail |
|---|
public java.lang.String[] getUserAccountInformation(java.lang.String username)
throws java.lang.Exception
IAccountStore
getUserAccountInformation in interface IAccountStoreusername - a String value
String[] array containing (in the order given):
md5 password, first name, last name.
java.lang.Exception - if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||