Uses of Interface
net.datenwerke.rs.oauth.service.oauth.OAuthAuthenticatable
Packages that use OAuthAuthenticatable
Package
Description
-
Uses of OAuthAuthenticatable in net.datenwerke.rs.box.service.box.definitions
Classes in net.datenwerke.rs.box.service.box.definitions that implement OAuthAuthenticatableModifier and TypeClassDescriptionclassUsed to define Box datasinks that can be used in ReportServer to send reports to a given box account. -
Uses of OAuthAuthenticatable in net.datenwerke.rs.box.service.box.hooker
Methods in net.datenwerke.rs.box.service.box.hooker with parameters of type OAuthAuthenticatableModifier and TypeMethodDescriptionbooleanBoxRefreshTokenGeneratorHooker.consumes(OAuthAuthenticatable oAuthDatasink) BoxRefreshTokenGeneratorHooker.generateRefreshToken(OAuth20Service oauthService, OAuthAuthenticatable oAuthDatasink, String authenticationCode) -
Uses of OAuthAuthenticatable in net.datenwerke.rs.dropbox.service.dropbox.definitions
Classes in net.datenwerke.rs.dropbox.service.dropbox.definitions that implement OAuthAuthenticatableModifier and TypeClassDescriptionclassUsed to define Dropbox datasinks that can be used in ReportServer to send reports to a given drop box account. -
Uses of OAuthAuthenticatable in net.datenwerke.rs.googledrive.service.googledrive.definitions
Classes in net.datenwerke.rs.googledrive.service.googledrive.definitions that implement OAuthAuthenticatableModifier and TypeClassDescriptionclassUsed to define GoogleDrive datasinks that can be used in ReportServer to send reports to a given google drive account. -
Uses of OAuthAuthenticatable in net.datenwerke.rs.oauth.server.oauth.hooks
Methods in net.datenwerke.rs.oauth.server.oauth.hooks with parameters of type OAuthAuthenticatableModifier and TypeMethodDescriptionbooleanOAuthRefreshTokenGeneratorHook.consumes(OAuthAuthenticatable oAuthDatasink) OAuthRefreshTokenGeneratorHook.generateRefreshToken(OAuth20Service oauthService, OAuthAuthenticatable oAuthDatasink, String authenticationCode) -
Uses of OAuthAuthenticatable in net.datenwerke.rs.oauth.service.oauth
Methods in net.datenwerke.rs.oauth.service.oauth with parameters of type OAuthAuthenticatableModifier and TypeMethodDescriptionDummyOAuthenticationServiceImpl.generateAuthenticationUrl(OAuthAuthenticatable oAuthDatasink) OAuthAuthenticationService.generateAuthenticationUrl(OAuthAuthenticatable oAuthDatasink) Generates the URL necessary for OAuth2 authentication.OAuthAuthenticationServiceImpl.generateAuthenticationUrl(OAuthAuthenticatable oAuthDatasink) voidDummyOAuthenticationServiceImpl.generateRefreshToken(String authenticationCode, OAuthAuthenticatable oAuthDatasink, String redirectUri) voidOAuthAuthenticationService.generateRefreshToken(String authenticationCode, OAuthAuthenticatable oAuthDatasink, String redirectUri) Generates and saves an OAuth2 refresh token into the given datasink, which is necessary for allowing the app to access the OAuth2 service in future usage without requiring the user to manually authenticate.voidOAuthAuthenticationServiceImpl.generateRefreshToken(String authenticationCode, OAuthAuthenticatable oAuthDatasink, String redirectUri) -
Uses of OAuthAuthenticatable in net.datenwerke.rs.onedrive.service.onedrive.definitions
Classes in net.datenwerke.rs.onedrive.service.onedrive.definitions that implement OAuthAuthenticatableModifier and TypeClassDescriptionclassUsed to define OneDrive datasinks that can be used in ReportServer to send reports to a given OneDrive account.