Uses of Class
com.nimbusds.oauth2.sdk.as.AuthorizationServerMetadata
-
Packages that use AuthorizationServerMetadata Package Description com.nimbusds.oauth2.sdk.as OAuth 2.0 Authorisation Server (AS) classes.com.nimbusds.oauth2.sdk.jarm JWT Secured Authorization Response Mode for OAuth 2.0 (JARM) utilities.com.nimbusds.openid.connect.sdk.op OpenID Connect Provider (OP) classes. -
-
Uses of AuthorizationServerMetadata in com.nimbusds.oauth2.sdk.as
Methods in com.nimbusds.oauth2.sdk.as that return AuthorizationServerMetadata Modifier and Type Method Description static AuthorizationServerMetadataAuthorizationServerMetadata. parse(String s)Parses an OAuth 2.0 Authorisation Server metadata from the specified JSON object string.static AuthorizationServerMetadataAuthorizationServerMetadata. parse(net.minidev.json.JSONObject jsonObject)Parses an OAuth 2.0 Authorisation Server metadata from the specified JSON object.static AuthorizationServerMetadataAuthorizationServerMetadata. resolve(Issuer issuer)Resolves OAuth 2.0 authorisation server metadata from the specified issuer identifier.static AuthorizationServerMetadataAuthorizationServerMetadata. resolve(Issuer issuer, int connectTimeout, int readTimeout)Resolves OAuth 2.0 authorisation server metadata from the specified issuer identifier. -
Uses of AuthorizationServerMetadata in com.nimbusds.oauth2.sdk.jarm
Methods in com.nimbusds.oauth2.sdk.jarm with parameters of type AuthorizationServerMetadata Modifier and Type Method Description static JARMValidatorJARMValidator. create(AuthorizationServerMetadata asMetadata, ClientInformation clientInfo)Creates a new JARM validator for the specified Authorisation Server metadata and OAuth 2.0 client registration.static JARMValidatorJARMValidator. create(AuthorizationServerMetadata asMetadata, ClientInformation clientInfo, com.nimbusds.jose.jwk.source.JWKSource clientJWKSource)Creates a new JARM validator for the specified Authorisation Server metadata and OAuth 2.0 client registration.protected static com.nimbusds.jose.proc.JWEKeySelectorJARMValidator. createJWEKeySelector(AuthorizationServerMetadata asMetadata, ClientInformation clientInfo, com.nimbusds.jose.jwk.source.JWKSource clientJWKSource)Creates a key selector for JWE decryption.protected static com.nimbusds.jose.proc.JWSKeySelectorJARMValidator. createJWSKeySelector(AuthorizationServerMetadata asMetadata, ClientInformation clientInfo)Creates a key selector for JWS verification. -
Uses of AuthorizationServerMetadata in com.nimbusds.openid.connect.sdk.op
Subclasses of AuthorizationServerMetadata in com.nimbusds.openid.connect.sdk.op Modifier and Type Class Description classOIDCProviderMetadataOpenID Provider (OP) metadata.
-