Uses of Class
com.atlassian.confluence.oauth2.OAuth2Service.OAuth2Result
-
Packages that use OAuth2Service.OAuth2Result Package Description com.atlassian.confluence.impl.oauth2 com.atlassian.confluence.oauth2 -
-
Uses of OAuth2Service.OAuth2Result in com.atlassian.confluence.impl.oauth2
Methods in com.atlassian.confluence.impl.oauth2 that return OAuth2Service.OAuth2Result Modifier and Type Method Description OAuth2Service.OAuth2ResultDefaultOAuth2Service. initialiseOAuth2Flow(javax.servlet.http.HttpSession session, String oAuth2ProviderId, UnaryOperator<String> buildRedirect) -
Uses of OAuth2Service.OAuth2Result in com.atlassian.confluence.oauth2
Methods in com.atlassian.confluence.oauth2 that return OAuth2Service.OAuth2Result Modifier and Type Method Description OAuth2Service.OAuth2ResultOAuth2Service. initialiseOAuth2Flow(javax.servlet.http.HttpSession session, String oAuth2ProviderId, UnaryOperator<String> buildRedirect)Initialises the OAuth flow for the given Provider.
-