|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgran.app.adapter.auth.NTLMAuthAdapter
Constructor Summary | |
NTLMAuthAdapter()
|
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 NTLMAuthAdapter()
Method Detail |
public boolean init()
Adapter
init
in interface Adapter
public 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 AuthAdapter
userId
- - 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 AuthAdapter
GranException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |