public class ClientRegistration.ProviderDetails
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
class |
ClientRegistration.ProviderDetails.UserInfoEndpoint
Details of the UserInfo Endpoint.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthorizationUri()
Returns the uri for the authorization endpoint.
|
java.util.Map<java.lang.String,java.lang.Object> |
getConfigurationMetadata()
Returns a
Map of the metadata describing the provider's configuration. |
java.lang.String |
getIssuerUri()
Returns the issuer identifier uri for the OpenID Connect 1.0 provider or the
OAuth 2.0 Authorization Server.
|
java.lang.String |
getJwkSetUri()
Returns the uri for the JSON Web Key (JWK) Set endpoint.
|
java.lang.String |
getTokenUri()
Returns the uri for the token endpoint.
|
ClientRegistration.ProviderDetails.UserInfoEndpoint |
getUserInfoEndpoint()
Returns the details of the
UserInfo Endpoint . |
public java.lang.String getAuthorizationUri()
public java.lang.String getTokenUri()
public ClientRegistration.ProviderDetails.UserInfoEndpoint getUserInfoEndpoint()
UserInfo Endpoint
.ClientRegistration.ProviderDetails.UserInfoEndpoint
public java.lang.String getJwkSetUri()
public java.lang.String getIssuerUri()
public java.util.Map<java.lang.String,java.lang.Object> getConfigurationMetadata()
Map
of the metadata describing the provider's configuration.Map
of the metadata describing the provider's configuration