Package org.kohsuke.github.authorization
-
Interface Summary Interface Description AuthorizationProvider Provides a functional interface that returns a valid encodedAuthorization.UserAuthorizationProvider Interface for all user-related authorization providers. -
Class Summary Class Description AnonymousAuthorizationProvider AAuthorizationProviderthat returns an empty authorization.ImmutableAuthorizationProvider AnAuthorizationProviderthat always returns the same credentials.OrgAppInstallationAuthorizationProvider An AuthorizationProvider that performs automatic token refresh for an organization's AppInstallation.