Uses of Interface
com.iizix.comm.oauth.IOAuthService
Packages that use IOAuthService Package Description com.iizigo.ws.editor com.iizix.comm.oauth com.iizix.server.gyro com.iizix.server.oauth com.iizix.server.oauth.services Uses of IOAuthService in com.iizigo.ws.editor
Constructors in com.iizigo.ws.editor with parameters of type IOAuthService Constructor Description OAuthBrowserDialog(org.eclipse.swt.widgets.Shell parent, IOAuthService service, java.lang.String url)Create the dialog.Uses of IOAuthService in com.iizix.comm.oauth
Methods in com.iizix.comm.oauth with parameters of type IOAuthService Modifier and Type Method Description voidIOAuthCallbackProvider. display(IOAuthService service, java.lang.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 IOAuthService Modifier and Type Method Description IOAuthCallbackProviderAppSessionGyro. 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 IOAuthService Modifier and Type Class Description classAbstractOAuthServiceThe 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 Modifier and Type Class Description classFacebookThe Facebook service.classGoogleThe Google service.classLinkedInThe LinkedIn service.classMicrosoftMicrosoft identity platform service can be used for a specific tenant or the default "common" tentant.classTwitterThe Twitter service.