|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthenticationObserver
This observer will be notified during the authentication process so that various initializations can be done.
| Method Summary | |
|---|---|
void |
completedAuthentication(int tenantId,
boolean isSuccessful)
This method will be notified when the authentication process is completed. |
void |
startedAuthentication(int tenantId)
This method will be notified when the authentication process is started. |
| Method Detail |
|---|
void startedAuthentication(int tenantId)
tenantId - The tenant identifier.
void completedAuthentication(int tenantId,
boolean isSuccessful)
tenantId - The tenant identifier.isSuccessful - Whether authentication was successful or not,
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||