Class ClientProperties.TokenExchangeProperties
- java.lang.Object
-
- no.nav.security.token.support.client.core.ClientProperties.TokenExchangeProperties
-
- Enclosing class:
- ClientProperties
public static class ClientProperties.TokenExchangeProperties extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClientProperties.TokenExchangeProperties.TokenExchangePropertiesBuilder
-
Constructor Summary
Constructors Constructor Description TokenExchangeProperties(@NotNull String audience, String resource)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClientProperties.TokenExchangeProperties.TokenExchangePropertiesBuilderbuilder()booleanequals(Object o)@NotNull StringgetAudience()StringgetResource()inthashCode()StringsubjectTokenType()ClientProperties.TokenExchangeProperties.TokenExchangePropertiesBuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
builder
public static ClientProperties.TokenExchangeProperties.TokenExchangePropertiesBuilder builder()
-
subjectTokenType
public String subjectTokenType()
-
getAudience
@NotNull public @NotNull String getAudience()
-
getResource
public String getResource()
-
toBuilder
public ClientProperties.TokenExchangeProperties.TokenExchangePropertiesBuilder toBuilder()
-
-