Package com.iizix.comm.oauth
Interface IOAuthCallbackProvider
- public interface IOAuthCallbackProviderThe OAuth (1.0a or 2.0) authentication callback provider to show an URL to the user in order to be accepted.- Author:
- Christopher Mindus
 
- Method Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - void- display(IOAuthService service, java.lang.String url)Requests display of the URL on the client side.- void- dispose()Disposes of the display of the URL on the client side.
 
- Method Detail- display- void display(IOAuthService service, java.lang.String url) Requests display of the URL on the client side.- Parameters:
- service- The service used.
- url- The URL to display.
 
 - dispose- void dispose() Disposes of the display of the URL on the client side. If already disposed of or removed by the user,