クラス AbstractOAuth2ClientRegistration
java.lang.ObjectSE
org.springframework.security.oauth2.server.authorization.AbstractOAuth2ClientRegistration
- 実装されているすべてのインターフェース:
SerializableSE、ClaimAccessor、OAuth2ClientMetadataClaimAccessor
- 既知の直属サブクラス
OAuth2ClientRegistration,OidcClientRegistration
public abstract class AbstractOAuth2ClientRegistration
extends ObjectSE
implements OAuth2ClientMetadataClaimAccessor, SerializableSE
OAuth 2.0 クライアント登録リクエストとレスポンスの基本表現。クライアント登録エンドポイントとの間で送受信され、クライアントの登録情報に関するクレームのセットを含みます。これらのクレームは、OAuth 2.0 動的クライアント登録プロトコル仕様で定義されています。
ネストされたクラスの要約
ネストされたクラス修飾子と型クラス説明protected static classAbstractOAuth2ClientRegistration.AbstractBuilder<T extends AbstractOAuth2ClientRegistration,B extends AbstractOAuth2ClientRegistration.AbstractBuilder<T, B>> AbstractOAuth2ClientRegistrationのサブクラスのビルダー。コンストラクターの概要
コンストラクターメソッドのサマリー
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.security.oauth2.core.ClaimAccessor から継承されたメソッド
getClaim, getClaimAsBoolean, getClaimAsInstant, getClaimAsMap, getClaimAsString, getClaimAsStringList, getClaimAsURL, hasClaimインターフェース org.springframework.security.oauth2.server.authorization.OAuth2ClientMetadataClaimAccessor から継承されたメソッド
getClientId, getClientIdIssuedAt, getClientName, getClientSecret, getClientSecretExpiresAt, getGrantTypes, getJwkSetUrl, getRedirectUris, getResponseTypes, getScopes, getTokenEndpointAuthenticationMethod
コンストラクターの詳細
AbstractOAuth2ClientRegistration
メソッドの詳細
getClaims
メタデータをクレームとして返します。- 次で指定:
- インターフェース
ClaimAccessorのgetClaims - 戻り値:
- クレームとしてのメタデータの
Map