Uses of Interface
org.kohsuke.github.authorization.AuthorizationProvider
Packages that use AuthorizationProvider
Package
Description
-
Uses of AuthorizationProvider in org.kohsuke.github
Classes in org.kohsuke.github that implement AuthorizationProviderModifier and TypeClassDescriptionstatic classThe Class DependentAuthorizationProvider.Methods in org.kohsuke.github with parameters of type AuthorizationProviderModifier and TypeMethodDescriptionGitHubBuilder.withAuthorizationProvider(AuthorizationProvider authorizationProvider) Configures aAuthorizationProviderfor this builder There can be only one authorization provider per client instance.Constructors in org.kohsuke.github with parameters of type AuthorizationProviderModifierConstructorDescriptionprotectedDependentAuthorizationProvider(AuthorizationProvider authorizationProvider) An AuthorizationProvider that requires an authenticated GitHub instance to provide its authorization. -
Uses of AuthorizationProvider in org.kohsuke.github.authorization
Subinterfaces of AuthorizationProvider in org.kohsuke.github.authorizationModifier and TypeInterfaceDescriptioninterfaceInterface for all user-related authorization providers.Classes in org.kohsuke.github.authorization that implement AuthorizationProviderModifier and TypeClassDescriptionclassAAuthorizationProviderthat returns an empty authorization.classAn AuthorizationProvider that performs automatic token refresh for an organization's AppInstallation.classAnAuthorizationProviderthat always returns the same credentials.classDeprecated.Fields in org.kohsuke.github.authorization declared as AuthorizationProviderModifier and TypeFieldDescriptionstatic final AuthorizationProviderAuthorizationProvider.ANONYMOUSA static instance for an ANONYMOUS authorization providerMethods in org.kohsuke.github.authorization that return AuthorizationProviderModifier and TypeMethodDescriptionstatic AuthorizationProviderImmutableAuthorizationProvider.fromAppInstallationToken(String appInstallationToken) Builds and returns aAuthorizationProviderfrom a given App Installation Tokenstatic AuthorizationProviderImmutableAuthorizationProvider.fromJwtToken(String jwtToken) Builds and returns aAuthorizationProviderfrom a given jwtTokenstatic AuthorizationProviderImmutableAuthorizationProvider.fromOauthToken(String oauthAccessToken) Builds and returns aAuthorizationProviderfrom a given oauthAccessTokenstatic AuthorizationProviderImmutableAuthorizationProvider.fromOauthToken(String oauthAccessToken, String login) Builds and returns aAuthorizationProviderfrom a given oauthAccessTokenConstructors in org.kohsuke.github.authorization with parameters of type AuthorizationProviderModifierConstructorDescriptionAppInstallationAuthorizationProvider(AppInstallationAuthorizationProvider.AppInstallationProvider appInstallationProvider, AuthorizationProvider authorizationProvider) Provides an AuthorizationProvider that performs automatic token refresh, based on an previously authenticated github client.OrgAppInstallationAuthorizationProvider(String organizationName, AuthorizationProvider authorizationProvider) Deprecated. -
Uses of AuthorizationProvider in org.kohsuke.github.extras.authorization
Classes in org.kohsuke.github.extras.authorization that implement AuthorizationProviderModifier and TypeClassDescriptionclassA authorization provider that gives valid JWT tokens.
AppInstallationAuthorizationProvider