Uses of Interface
com.atlassian.confluence.oauth2.OAuth2Service
-
Packages that use OAuth2Service Package Description com.atlassian.confluence.admin.actions.mail com.atlassian.confluence.impl.oauth2 com.atlassian.confluence.setup.actions -
-
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 OAuth2ServiceMailServerTestConnectionAction. getoAuth2Service()Methods in com.atlassian.confluence.admin.actions.mail with parameters of type OAuth2Service Modifier and Type Method Description voidMailServerTestConnectionAction. 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 classDefaultOAuth2ServiceMethods in com.atlassian.confluence.impl.oauth2 that return OAuth2Service Modifier and Type Method Description OAuth2ServiceOAuth2ServiceContextConfiguration. 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 OAuth2ServiceAbstractSetupEmailAction. getOAuth2Service()Methods in com.atlassian.confluence.setup.actions with parameters of type OAuth2Service Modifier and Type Method Description voidAbstractSetupEmailAction. setoAuth2Service(OAuth2Service oAuth2Service)CAUTION: Never ever try to rename this method.
-