Package com.rabbitmq.stream.oauth2
-
Interface Summary Interface Description CredentialsManager Contract to authenticate and possibly re-authenticate application components.CredentialsManager.AuthenticationCallback Component authentication callback.CredentialsManager.Registration A component registration.Token A token.TokenParser Contract to parse a token from a string.TokenRequester Contract to request a token (usually on HTTP). -
Class Summary Class Description CredentialsManager.NoOpCredentialsManager CredentialsManager.NoOpRegistration GsonTokenParser Token parser for JSON OAuth 2 Access tokens.HttpTokenRequester Token requester using HTTP(S) to request an OAuth2 Access token.TokenCredentialsManager Credentials manager implementation that requests and refreshes tokens. -
Exception Summary Exception Description OAuth2Exception OAuth 2-related exception.