Package com.alfresco.auth
Interface AuthInterceptor.Listener
-
- All Implemented Interfaces:
public interface AuthInterceptor.ListenerInterface definition for a callback to be invoked on authentication events.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonAuthStateChange(String accountId, String authState)Called when authState changes during a refresh. abstract UnitonAuthFailure(String accountId, String url)Called when a non-recoverable authentication failure occurs. -
-
Method Detail
-
onAuthStateChange
abstract Unit onAuthStateChange(String accountId, String authState)
Called when authState changes during a refresh.
-
onAuthFailure
abstract Unit onAuthFailure(String accountId, String url)
Called when a non-recoverable authentication failure occurs.
-
-
-
-