Class ClientProperties.TokenExchangeProperties.TokenExchangePropertiesBuilder
- java.lang.Object
-
- no.nav.security.token.support.client.core.ClientProperties.TokenExchangeProperties.TokenExchangePropertiesBuilder
-
- Enclosing class:
- ClientProperties.TokenExchangeProperties
public static class ClientProperties.TokenExchangeProperties.TokenExchangePropertiesBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientProperties.TokenExchangeProperties.TokenExchangePropertiesBuilderaudience(@NotNull String audience)ClientProperties.TokenExchangePropertiesbuild()ClientProperties.TokenExchangeProperties.TokenExchangePropertiesBuilderresource(String resource)StringtoString()
-
-
-
Method Detail
-
audience
public ClientProperties.TokenExchangeProperties.TokenExchangePropertiesBuilder audience(@NotNull @NotNull String audience)
-
resource
public ClientProperties.TokenExchangeProperties.TokenExchangePropertiesBuilder resource(String resource)
-
build
public ClientProperties.TokenExchangeProperties build()
-
-