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 AAuthorizationProvider
that returns an empty authorization.ImmutableAuthorizationProvider AnAuthorizationProvider
that always returns the same credentials.OrgAppInstallationAuthorizationProvider An AuthorizationProvider that performs automatic token refresh for an organization's AppInstallation.