|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgran.app.adapter.auth.LoggingAuthAdapter
| Constructor Summary | |
LoggingAuthAdapter()
|
|
| Method Summary | |
boolean |
authorizeImpl(java.lang.String userId,
java.lang.String password,
boolean result)
TrackStudio call this method to authorize user |
void |
changePasswordImpl(java.lang.String userId,
java.lang.String password)
Called when user change password. |
java.lang.String |
getDescription()
Get description of adapter as plain text |
boolean |
init()
Initialize adapter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LoggingAuthAdapter()
| Method Detail |
public boolean init()
Adapter
init in interface Adapterpublic java.lang.String getDescription()
Adapter
getDescription in interface Adapter
public boolean authorizeImpl(java.lang.String userId,
java.lang.String password,
boolean result)
throws GranException
AuthAdapter
authorizeImpl in interface AuthAdapteruserId - - loaded (by login) user's id bean GR_USERpassword - - entered password
GranException
public void changePasswordImpl(java.lang.String userId,
java.lang.String password)
throws GranException
AuthAdapter
changePasswordImpl in interface AuthAdapterGranException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||