Class ClientProperties
java.lang.Object
no.nav.security.token.support.client.core.ClientProperties
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionClientProperties(URI tokenEndpointUrl, URI wellKnownUrl, @NotNull OAuth2GrantType grantType, List<String> scope, @NotNull ClientAuthenticationProperties authentication, URI resourceUrl, ClientProperties.TokenExchangeProperties tokenExchange) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()boolean@NotNull ClientAuthenticationPropertiescom.nimbusds.oauth2.sdk.as.AuthorizationServerMetadata@NotNull OAuth2GrantTypecom.nimbusds.jose.util.ResourceRetrievergetScope()@NotNull URIinthashCode()toString()
-
Constructor Details
-
Method Details
-
builder
-
getTokenEndpointUrl
-
getGrantType
-
getScope
-
getAuthentication
-
getResourceUrl
-
getTokenExchange
-
getWellKnownUrl
-
getAuthorizationServerMetadata
public com.nimbusds.oauth2.sdk.as.AuthorizationServerMetadata getAuthorizationServerMetadata() -
getResourceRetriever
public com.nimbusds.jose.util.ResourceRetriever getResourceRetriever() -
equals
-
hashCode
public int hashCode() -
toString
-
toBuilder
-