Uses of Class
no.nav.security.token.support.client.core.oauth2.OAuth2AccessTokenResponse
-
Packages that use OAuth2AccessTokenResponse Package Description no.nav.security.token.support.client.core no.nav.security.token.support.client.core.http no.nav.security.token.support.client.core.oauth2 -
-
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 OAuth2AccessTokenResponse Modifier and Type Method Description static <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 Modifier and Type Method Description OAuth2AccessTokenResponseOAuth2HttpClient. post(OAuth2HttpRequest oAuth2HttpRequest) -
Uses of OAuth2AccessTokenResponse in no.nav.security.token.support.client.core.oauth2
Methods in no.nav.security.token.support.client.core.oauth2 that return OAuth2AccessTokenResponse Modifier and Type Method Description OAuth2AccessTokenResponseOAuth2AccessTokenResponse.OAuth2AccessTokenResponseBuilder. build()OAuth2AccessTokenResponseOAuth2AccessTokenService. getAccessToken(ClientProperties clientProperties)Methods in no.nav.security.token.support.client.core.oauth2 that return types with arguments of type OAuth2AccessTokenResponse Modifier and Type Method Description com.github.benmanes.caffeine.cache.Cache<ClientCredentialsGrantRequest,OAuth2AccessTokenResponse>OAuth2AccessTokenService. getClientCredentialsGrantCache()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 OAuth2AccessTokenResponse Modifier and Type Method Description voidOAuth2AccessTokenService. 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)
-