Package org.zalando.stups.tokens
-
Interface Summary Interface Description AccessTokens Use this interface to get retrieve and invalidate access tokens after having them built usingAccessTokensBuilder
In most cases getting the access token string via @AccessTokens.get(Object)
will be sufficient.ClientCredentials "Model" interface specification for client credentials (as described on the OAuth2.0 spec).ClientCredentialsProvider Interface definition for a provider implementation that can provide client credentials (as described with the OAuth2.0 spec) which can be used to create anAccessToken
.HttpProvider HttpProviderFactory MetricsListener Secret A secret can be used to authorize against a authority.Secrets Can be used to obtainSecret
s andClientCredentials
for a given identifier (name).TokenRefresherConfiguration TokenVerifier TokenVerifierProvider UserCredentials "Model" interface specification for user credentials (as described on the OAuth2.0 spec).UserCredentialsProvider Interface definition for a provider implementation that can provide user credentials (as described with the OAuth2.0 spec) which can be used to create anAccessToken
. -
Exception Summary Exception Description AccessTokenEndpointException AccessTokenUnavailableException Exception class indicating thatAccessTokens
implementation is not able to provide an access token for the specified tokenIdCredentialsUnavailableException