Package org.forgerock.android.auth
Interface Interceptor.Chain
-
- All Implemented Interfaces:
public interface Interceptor.ChainChain interface to chain up a list of interceptors.
-
-
Method Summary
Modifier and Type Method Description abstract ContextgetContext()Retrieve the Application context abstract FRListenergetListener()The listener to listen for the chain processing abstract voidproceed(Object object)Proceed and execute the chain. -
-
Method Detail
-
getContext
abstract Context getContext()
Retrieve the Application context
- Returns:
The Application Context
-
getListener
abstract FRListener getListener()
The listener to listen for the chain processing
- Returns:
The Listener to listen for chain event
-
-
-
-