Class ClientProperties
- java.lang.Object
-
- no.nav.security.token.support.client.core.ClientProperties
-
public class ClientProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description ClientProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetClientAuthMethod(com.nimbusds.oauth2.sdk.auth.ClientAuthenticationMethod clientAuthMethod)voidsetClientAuthMethod(String value)voidsetGrantType(String value)voidsetGrantType(OAuth2GrantType oAuth2GrantType)
-
-
-
Method Detail
-
setGrantType
public void setGrantType(OAuth2GrantType oAuth2GrantType)
-
setGrantType
public void setGrantType(String value)
-
setClientAuthMethod
public void setClientAuthMethod(com.nimbusds.oauth2.sdk.auth.ClientAuthenticationMethod clientAuthMethod)
-
setClientAuthMethod
public void setClientAuthMethod(String value)
-
-