Uses of Class
no.nav.security.token.support.client.core.oauth2.OnBehalfOfGrantRequest
-
Packages that use OnBehalfOfGrantRequest Package Description no.nav.security.token.support.client.core.oauth2 -
-
Uses of OnBehalfOfGrantRequest in no.nav.security.token.support.client.core.oauth2
Methods in no.nav.security.token.support.client.core.oauth2 that return types with arguments of type OnBehalfOfGrantRequest Modifier and Type Method Description com.github.benmanes.caffeine.cache.Cache<OnBehalfOfGrantRequest,OAuth2AccessTokenResponse>OAuth2AccessTokenService. getOnBehalfOfGrantCache()Methods in no.nav.security.token.support.client.core.oauth2 with parameters of type OnBehalfOfGrantRequest Modifier and Type Method Description protected Map<String,String>OnBehalfOfTokenClient. formParameters(OnBehalfOfGrantRequest grantRequest)Method parameters in no.nav.security.token.support.client.core.oauth2 with type arguments of type OnBehalfOfGrantRequest Modifier and Type Method Description voidOAuth2AccessTokenService. setOnBehalfOfGrantCache(com.github.benmanes.caffeine.cache.Cache<OnBehalfOfGrantRequest,OAuth2AccessTokenResponse> onBehalfOfGrantCache)
-