All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AuthorizationCodeDanceCallbackContext Implementations keep context information between the before and after callbacks set for anAuthorizationCodeOAuthDancer.AuthorizationCodeListener Allows to get notified about certain events related to an OAuth dance with Authorization Code grant typeAuthorizationCodeOAuthDancer Implementations provide OAuth dance support for authorization-code grant-type.AuthorizationCodeRequest Provides information about a request to be made to fetch the tokens as part of an OAuth Authorization-code grant type dance.ClientCredentialsListener Allows to get notified about certain events related to an OAuth dance with Client Credentials grant typeClientCredentialsLocation Enum to define where to send the client credentials in an OAuth2 Dance.ClientCredentialsOAuthDancer Implementations provide OAuth dance support for client-credentials grant-type.DancerState Represents the possible states that the owner object may be in relative to the Dancer.OAuthAuthorizationCodeDancerBuilder Builder that allows to configure the attributes for the authorization code grant type.OAuthAuthorizationStatusCode General purpose OAuth constantsOAuthClientCredentialsDancerBuilder Builder that allows to configure the attributes for the client credentials grant type.OAuthDancerBuilder<D> Builder that allows to configure the common attributes for any grant type.OAuthStateListener Allows to get notified about events related to the state of an OAuth authorizationRequestAuthenticationException Exception throw when it's not possible to create the authentication request for a given request.ResourceOwnerOAuthContext OAuth state for a particular resource owner, which typically represents an user.ResourceOwnerOAuthContextWithRefreshState OAuth state for a particular resource owner which typically represents an user.TokenNotFoundException It was not possible to retrieve the access token or the refresh token from the token URL responseTokenUrlResponseException There was a problem with the call to the tokenUrl.