public interface AuthenticationObserver
| Modifier and Type | Method and Description |
|---|---|
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.
|
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,Copyright © 2015 WSO2 Inc. All rights reserved.