Uses of Record Class
com.atlassian.crowd.util.OAuth2Utils.AuthenticationMethod
Packages that use OAuth2Utils.AuthenticationMethod
Package
Description
-
Uses of OAuth2Utils.AuthenticationMethod in com.atlassian.crowd.console.action.application
Methods in com.atlassian.crowd.console.action.application that return types with arguments of type OAuth2Utils.AuthenticationMethodModifier and TypeMethodDescriptionAddApplicationDetails.getAuthenticationMethods()ViewApplication.getAuthenticationMethods() -
Uses of OAuth2Utils.AuthenticationMethod in com.atlassian.crowd.console.action.directory
Methods in com.atlassian.crowd.console.action.directory that return types with arguments of type OAuth2Utils.AuthenticationMethodModifier and TypeMethodDescriptionCreateRemoteCrowd.getAuthenticationMethods()UpdateRemoteCrowdConnection.getAuthenticationMethods() -
Uses of OAuth2Utils.AuthenticationMethod in com.atlassian.crowd.console.action.options
Methods in com.atlassian.crowd.console.action.options that return types with arguments of type OAuth2Utils.AuthenticationMethod -
Uses of OAuth2Utils.AuthenticationMethod in com.atlassian.crowd.util
Methods in com.atlassian.crowd.util that return types with arguments of type OAuth2Utils.AuthenticationMethodModifier and TypeMethodDescriptionstatic List<OAuth2Utils.AuthenticationMethod> OAuth2Utils.getIncomingClients(com.atlassian.oauth2.provider.api.client.ClientService clientService, ServiceAccountAuthService serviceAccountAuthService) static List<OAuth2Utils.AuthenticationMethod> OAuth2Utils.getOutgoingClients(com.atlassian.oauth2.client.api.storage.config.ClientConfigStorageService clientConfigStorageService) static List<OAuth2Utils.AuthenticationMethod> OAuth2Utils.getOutgoingClients3LOOnly(com.atlassian.oauth2.client.api.storage.config.ClientConfigStorageService clientConfigStorageService) This method filters OAuth2 configurations to only include those that support 3LO flows.