Uses of Class
no.nav.security.token.support.client.core.oauth2.OAuth2AccessTokenResponse
Packages that use OAuth2AccessTokenResponse
Package
Description
-
Uses of OAuth2AccessTokenResponse in no.nav.security.token.support.client.core
Methods in no.nav.security.token.support.client.core that return types with arguments of type OAuth2AccessTokenResponseModifier and TypeMethodDescriptionstatic <T> com.github.benmanes.caffeine.cache.Cache<T,OAuth2AccessTokenResponse> OAuth2CacheFactory.accessTokenResponseCache(long maximumSize, long skewInSeconds) -
Uses of OAuth2AccessTokenResponse in no.nav.security.token.support.client.core.http
Methods in no.nav.security.token.support.client.core.http that return OAuth2AccessTokenResponse -
Uses of OAuth2AccessTokenResponse in no.nav.security.token.support.client.core.oauth2
Methods in no.nav.security.token.support.client.core.oauth2 that return OAuth2AccessTokenResponseModifier and TypeMethodDescriptionOAuth2AccessTokenResponse.OAuth2AccessTokenResponseBuilder.build()OAuth2AccessTokenService.getAccessToken(ClientProperties clientProperties) Methods in no.nav.security.token.support.client.core.oauth2 that return types with arguments of type OAuth2AccessTokenResponseModifier and TypeMethodDescriptioncom.github.benmanes.caffeine.cache.Cache<ClientCredentialsGrantRequest,OAuth2AccessTokenResponse> OAuth2AccessTokenService.getClientCredentialsGrantCache()com.github.benmanes.caffeine.cache.Cache<TokenExchangeGrantRequest,OAuth2AccessTokenResponse> OAuth2AccessTokenService.getExchangeGrantCache()com.github.benmanes.caffeine.cache.Cache<OnBehalfOfGrantRequest,OAuth2AccessTokenResponse> OAuth2AccessTokenService.getOnBehalfOfGrantCache()Method parameters in no.nav.security.token.support.client.core.oauth2 with type arguments of type OAuth2AccessTokenResponseModifier and TypeMethodDescriptionvoidOAuth2AccessTokenService.setClientCredentialsGrantCache(com.github.benmanes.caffeine.cache.Cache<ClientCredentialsGrantRequest, OAuth2AccessTokenResponse> clientCredentialsGrantCache) voidOAuth2AccessTokenService.setExchangeGrantCache(com.github.benmanes.caffeine.cache.Cache<TokenExchangeGrantRequest, OAuth2AccessTokenResponse> exchangeGrantCache) voidOAuth2AccessTokenService.setOnBehalfOfGrantCache(com.github.benmanes.caffeine.cache.Cache<OnBehalfOfGrantRequest, OAuth2AccessTokenResponse> onBehalfOfGrantCache)