Uses of Interface
com.atlassian.oauth2.provider.api.authorization.Authorization
Packages that use Authorization
Package
Description
-
Uses of Authorization in com.atlassian.oauth2.provider.api.authorization
Methods in com.atlassian.oauth2.provider.api.authorization that return types with arguments of type AuthorizationModifier and TypeMethodDescriptionAuthorizationService.getAuthorization(String authorizationCode) fetches the Authorization object for the given codeMethods in com.atlassian.oauth2.provider.api.authorization with parameters of type AuthorizationModifier and TypeMethodDescriptionstatic AuthorizationFlowResultAuthorizationFlowResult.success(Authorization authorization) Method parameters in com.atlassian.oauth2.provider.api.authorization with type arguments of type AuthorizationModifier and TypeMethodDescription<T> TAuthorizationFlowResult.fold(Function<Authorization, T> ifSuccess, Function<TokenResponseErrorDescription, T> ifFailure) voidAuthorizationFlowResult.ifSuccess(Consumer<Authorization> ifSuccess) -
Uses of Authorization in com.atlassian.oauth2.provider.api.authorization.dao
Classes in com.atlassian.oauth2.provider.api.authorization.dao that implement AuthorizationMethods in com.atlassian.oauth2.provider.api.authorization.dao that return AuthorizationMethods in com.atlassian.oauth2.provider.api.authorization.dao that return types with arguments of type AuthorizationModifier and TypeMethodDescriptionAuthorizationDao.findByCode(String authorizationCode) AuthorizationDao.removeByCode(String authorizationCode) Methods in com.atlassian.oauth2.provider.api.authorization.dao with parameters of type Authorization