Uses of Class
com.nimbusds.oauth2.sdk.as.AuthorizationServerEndpointMetadata
Packages that use AuthorizationServerEndpointMetadata
Package
Description
OAuth 2.0 Authorisation Server (AS) classes.
OpenID Connect Provider (OP) classes.
-
Uses of AuthorizationServerEndpointMetadata in com.nimbusds.oauth2.sdk.as
Subclasses of AuthorizationServerEndpointMetadata in com.nimbusds.oauth2.sdk.asModifier and TypeClassDescriptionclass
OAuth 2.0 Authorisation Server (AS) metadata.Methods in com.nimbusds.oauth2.sdk.as that return AuthorizationServerEndpointMetadataModifier and TypeMethodDescriptionAuthorizationServerMetadata.getMtlsEndpointAliases()
Gets the aliases for communication with mutual TLS.AuthorizationServerEndpointMetadata.parse
(net.minidev.json.JSONObject jsonObject) Parses an OAuth 2.0 Authorisation Server endpoint metadata from the specified JSON object.Methods in com.nimbusds.oauth2.sdk.as with parameters of type AuthorizationServerEndpointMetadataModifier and TypeMethodDescriptionvoid
AuthorizationServerMetadata.setMtlsEndpointAliases
(AuthorizationServerEndpointMetadata mtlsEndpointAliases) Sets the aliases for communication with mutual TLS. -
Uses of AuthorizationServerEndpointMetadata in com.nimbusds.openid.connect.sdk.op
Subclasses of AuthorizationServerEndpointMetadata in com.nimbusds.openid.connect.sdk.opModifier and TypeClassDescriptionclass
OpenID Provider (OP) endpoint metadata.class
OpenID Provider (OP) metadata.Methods in com.nimbusds.openid.connect.sdk.op with parameters of type AuthorizationServerEndpointMetadataModifier and TypeMethodDescriptionvoid
OIDCProviderMetadata.setMtlsEndpointAliases
(AuthorizationServerEndpointMetadata mtlsEndpointAliases) Constructors in com.nimbusds.openid.connect.sdk.op with parameters of type AuthorizationServerEndpointMetadataModifierConstructorDescriptionOIDCProviderEndpointMetadata
(AuthorizationServerEndpointMetadata endpointMetadata) Converts an authorisation server endpoint metadata to an OpenID Connect provider endpoint metadata instance.