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 TypeClassDescriptionclassOAuth 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 TypeMethodDescriptionvoidAuthorizationServerMetadata.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 TypeClassDescriptionclassOpenID Provider (OP) endpoint metadata.classOpenID Provider (OP) metadata.Methods in com.nimbusds.openid.connect.sdk.op with parameters of type AuthorizationServerEndpointMetadataModifier and TypeMethodDescriptionvoidOIDCProviderMetadata.setMtlsEndpointAliases(AuthorizationServerEndpointMetadata mtlsEndpointAliases) Constructors in com.nimbusds.openid.connect.sdk.op with parameters of type AuthorizationServerEndpointMetadataModifierConstructorDescriptionOIDCProviderEndpointMetadata(AuthorizationServerEndpointMetadata endpointMetadata) Converts an authorization server endpoint metadata to an OpenID Connect provider endpoint metadata instance.