Uses of Interface
com.iizix.comm.oauth.IOAuthService
Packages that use IOAuthService
Package
Description
Uses of IOAuthService in com.iizigo.ws.editor
Constructors in com.iizigo.ws.editor with parameters of type IOAuthServiceModifierConstructorDescriptionOAuthBrowserDialog
(org.eclipse.swt.widgets.Shell parent, IOAuthService service, String url) Create the dialog.Uses of IOAuthService in com.iizix.comm.oauth
Methods in com.iizix.comm.oauth with parameters of type IOAuthServiceModifier and TypeMethodDescriptionvoid
IOAuthCallbackProvider.display
(IOAuthService service, String url) Requests display of the URL on the client side.Uses of IOAuthService in com.iizix.server.gyro
Methods in com.iizix.server.gyro with parameters of type IOAuthServiceModifier and TypeMethodDescriptionAppSessionGyro.requestOAuthCallbackDisplay
(IOAuthService service) Requests the OAuth (1.0a or 2.0) authentication callback provider to show an URL to the user in order to be accepted.Uses of IOAuthService in com.iizix.server.oauth
Classes in com.iizix.server.oauth that implement IOAuthServiceModifier and TypeClassDescriptionclass
The abstract service service using OAuth 1.0a or OAuth 2.0.Uses of IOAuthService in com.iizix.server.oauth.services
Classes in com.iizix.server.oauth.services that implement IOAuthService