Uses of Interface
com.atlassian.confluence.oauth2.OAuth2Service
-
-
Uses of OAuth2Service in com.atlassian.confluence.admin.actions.mail
Methods in com.atlassian.confluence.admin.actions.mail that return OAuth2Service Modifier and Type Method Description OAuth2Service
MailServerTestConnectionAction. getoAuth2Service()
Methods in com.atlassian.confluence.admin.actions.mail with parameters of type OAuth2Service Modifier and Type Method Description void
MailServerTestConnectionAction. setoAuth2Service(OAuth2Service oAuth2Service)
-
Uses of OAuth2Service in com.atlassian.confluence.impl.oauth2
Classes in com.atlassian.confluence.impl.oauth2 that implement OAuth2Service Modifier and Type Class Description class
DefaultOAuth2Service
Methods in com.atlassian.confluence.impl.oauth2 that return OAuth2Service Modifier and Type Method Description OAuth2Service
OAuth2ServiceContextConfiguration. oAuth2Service()
-
Uses of OAuth2Service in com.atlassian.confluence.internal.diagnostics.ipd.mail.incoming
Constructors in com.atlassian.confluence.internal.diagnostics.ipd.mail.incoming with parameters of type OAuth2Service Constructor Description DefaultIncomingConnectionVerifier(OAuth2Service oAuth2Service)
IncomingMailServerConnectionIpdJob(com.atlassian.diagnostics.ipd.internal.spi.IpdJobRunner ipdJobRunner, IpdIncomingMailServersStats ipdIncomingMailServersStats, com.atlassian.mail.server.MailServerManager mailServerManager, IpdExecutors ipdExecutors, OAuth2Service oAuth2Service)
-
Uses of OAuth2Service in com.atlassian.confluence.setup.actions
Methods in com.atlassian.confluence.setup.actions that return OAuth2Service Modifier and Type Method Description OAuth2Service
AbstractSetupEmailAction. getOAuth2Service()
Methods in com.atlassian.confluence.setup.actions with parameters of type OAuth2Service Modifier and Type Method Description void
AbstractSetupEmailAction. setoAuth2Service(OAuth2Service oAuth2Service)
CAUTION: Never ever try to rename this method.
-