Uses of Class
org.openstreetmap.josm.gui.oauth.AuthorizationProcedure
-
Packages that use AuthorizationProcedure Package Description org.openstreetmap.josm.gui.oauth Provides GUI classes for handling OAuth authentication to OSM API.org.openstreetmap.josm.gui.preferences.server Provides classes for handling connection preferences, including server authentication and proxy settings. -
-
Uses of AuthorizationProcedure in org.openstreetmap.josm.gui.oauth
Fields in org.openstreetmap.josm.gui.oauth declared as AuthorizationProcedure Modifier and Type Field Description private AuthorizationProcedure
OAuthAuthorizationWizard. procedure
Methods in org.openstreetmap.josm.gui.oauth that return AuthorizationProcedure Modifier and Type Method Description static AuthorizationProcedure
AuthorizationProcedure. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AuthorizationProcedure[]
AuthorizationProcedure. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openstreetmap.josm.gui.oauth with parameters of type AuthorizationProcedure Constructor Description OAuthAuthorizationWizard(java.awt.Component parent, AuthorizationProcedure procedure, java.lang.String apiUrl, java.util.concurrent.Executor executor, OAuthVersion oAuthVersion, IOAuthParameters advancedParameters)
Creates the wizard. -
Uses of AuthorizationProcedure in org.openstreetmap.josm.gui.preferences.server
Fields in org.openstreetmap.josm.gui.preferences.server declared as AuthorizationProcedure Modifier and Type Field Description private AuthorizationProcedure
OAuthAuthenticationPreferencesPanel.AuthoriseNowAction. procedure
Constructors in org.openstreetmap.josm.gui.preferences.server with parameters of type AuthorizationProcedure Constructor Description AuthoriseNowAction(AuthorizationProcedure procedure)
RenewAuthorisationAction(AuthorizationProcedure procedure)
Constructs a newRenewAuthorisationAction
.
-