インデックス
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式
A
- AbstractBuilder() - クラス org.springframework.security.oauth2.server.authorization のコンストラクター。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- AbstractBuilder() - クラス org.springframework.security.oauth2.server.authorization.settings のコンストラクター。AbstractSettings.AbstractBuilder
- AbstractBuilder() - クラス org.springframework.security.oauth2.server.authorization.token のコンストラクター。OAuth2TokenContext.AbstractBuilder
- AbstractBuilder(Authentication) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2AuthenticationContext.AbstractBuilder
- AbstractOAuth2AuthorizationServerMetadata - org.springframework.security.oauth2.server.authorization のクラス
- OAuth 2.0 Authorization Server Metadata および OpenID Connect Discovery 1.0 で定義されたエンドポイントによって返される、OAuth 2.0 Authorization Server メタデータの基本表現。
- AbstractOAuth2AuthorizationServerMetadata(Map<String, Object>) - クラス org.springframework.security.oauth2.server.authorization のコンストラクター。AbstractOAuth2AuthorizationServerMetadata
- AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder< T extends AbstractOAuth2AuthorizationServerMetadata ,
B extends AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder < T , B >> - org.springframework.security.oauth2.server.authorization のクラス AbstractOAuth2AuthorizationServerMetadataのサブクラスのビルダー。- AbstractSettings - org.springframework.security.oauth2.server.authorization.settings のクラス
- 構成設定の基本実装。
- AbstractSettings(Map<String, Object>) - クラス org.springframework.security.oauth2.server.authorization.settings. AbstractSettings のコンストラクター
- AbstractSettings.AbstractBuilder< T extends AbstractSettings,
B extends AbstractSettings.AbstractBuilder < T , B >> - org.springframework.security.oauth2.server.authorization.settings のクラス AbstractSettingsのサブクラスのビルダー。- accept(OAuth2AuthorizationCodeRequestAuthenticationContext) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationValidator
- accept(OAuth2ClientCredentialsAuthenticationContext) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2ClientCredentialsAuthenticationValidator
- accept(OidcLogoutAuthenticationContext) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcLogoutAuthenticationValidator
- ACCESS_TOKEN - Static variable in class org.springframework.security.oauth2.server.authorization.OAuth2TokenType
access_tokenトークン型。- ACCESS_TOKEN_FORMAT - Static variable in class org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.Token
- アクセストークンの
token formatを設定します。 - ACCESS_TOKEN_TIME_TO_LIVE - Static variable in class org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.Token
- アクセストークンの有効期限を設定します。
- accessToken(OAuth2AccessToken) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization.Builder
access tokenを設定します。- accessToken(OAuth2AccessToken) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcUserInfoAuthenticationContext.Builder
OAuth 2.0 Access Tokenを設定します。- accessTokenFormat(OAuth2TokenFormat) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。TokenSettings.Builder
- アクセストークンのトークン形式を設定します。
- accessTokenRequestConverter(AuthenticationConverter) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2TokenEndpointConfigurer
HttpServletRequestから Access Token Request を抽出しようとするときに使用されるAuthenticationConverterを、認可付与の認証に使用されるOAuth2AuthorizationGrantAuthenticationTokenのインスタンスに追加します。- accessTokenRequestConverters(Consumer<List<AuthenticationConverter>>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2TokenEndpointConfigurer
- デフォルトの
Listおよび (オプションで) 追加されたAuthenticationConverterへのアクセスを提供するConsumerを設定して、特定のAuthenticationConverterを追加、削除、カスタマイズする機能を許可します。 - accessTokenResponse(OAuth2AccessTokenResponse.Builder) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AccessTokenAuthenticationContext.Builder
access token response builderを設定します。- accessTokenResponseHandler(AuthenticationSuccessHandler) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2TokenEndpointConfigurer
OAuth2AccessTokenAuthenticationTokenを処理してAccess Token Responseを返すために使用されるAuthenticationSuccessHandlerを設定します。- accessTokenTimeToLive(Duration) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。TokenSettings.Builder
- アクセストークンの有効期限を設定します。
- active(boolean) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2TokenIntrospection.Builder
- 提示されたトークンが現在アクティブかどうかを示すインジケーターを設定します (REQUIRED)。
- apply(RegisteredClient) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。JdbcRegisteredClientRepository.RegisteredClientParametersMapper
- apply(OAuth2Authorization) - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2AuthorizationService.OAuth2AuthorizationParametersMapper
- apply(OAuth2AuthorizationConsent) - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2AuthorizationConsentService.OAuth2AuthorizationConsentParametersMapper
- applyDefaultSecurity(HttpSecurity) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configuration.OAuth2AuthorizationServerConfiguration の静的メソッド
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
- attribute(String, Object) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization.Builder
- 認可に関連付けられた属性を追加します。
- attributes(Consumer<Map<String, Object>>) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization.Builder
- 属性
MapのConsumerにより、追加、置換、削除が可能になります。 - AUD - Static variable in class org.springframework.security.oauth2.server.authorization.token.OAuth2TokenClaimNames
aud- Audience クレームは、OAuth 2.0 トークンの対象となる受信者を識別します。- audience(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2TokenIntrospection.Builder
- このトークン OPTIONAL の対象ユーザーを表す識別子を追加します。
- audience(List<String>) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenClaimsSet.Builder
- OAuth 2.0 トークンの対象となる受信者を識別するオーディエンス
(aud)クレームを設定します。 - audiences(Consumer<List<String>>) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2TokenIntrospection.Builder
- このトークンの対象オーディエンスの
Consumer。オプションで、追加、置換、削除する機能を許可します。 - authenticate(Authentication) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。ClientSecretAuthenticationProvider
- authenticate(Authentication) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。JwtClientAssertionAuthenticationProvider
- authenticate(Authentication) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeAuthenticationProvider
- authenticate(Authentication) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationProvider
- authenticate(Authentication) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationConsentAuthenticationProvider
- authenticate(Authentication) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2ClientCredentialsAuthenticationProvider
- authenticate(Authentication) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceAuthorizationConsentAuthenticationProvider
- authenticate(Authentication) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceAuthorizationRequestAuthenticationProvider
- authenticate(Authentication) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceCodeAuthenticationProvider
- authenticate(Authentication) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceVerificationAuthenticationProvider
- authenticate(Authentication) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2RefreshTokenAuthenticationProvider
- authenticate(Authentication) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenExchangeAuthenticationProvider
- authenticate(Authentication) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenIntrospectionAuthenticationProvider
- authenticate(Authentication) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenRevocationAuthenticationProvider
- authenticate(Authentication) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。PublicClientAuthenticationProvider
- authenticate(Authentication) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。X509ClientCertificateAuthenticationProvider
- authenticate(Authentication) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcClientConfigurationAuthenticationProvider
- authenticate(Authentication) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcClientRegistrationAuthenticationProvider
- authenticate(Authentication) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcLogoutAuthenticationProvider
- authenticate(Authentication) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcUserInfoAuthenticationProvider
- authenticationConverter(AuthenticationConverter) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2ClientAuthenticationConfigurer
HttpServletRequestからクライアント資格情報を抽出しようとするときに使用されるAuthenticationConverterを、クライアントの認証に使用されるOAuth2ClientAuthenticationTokenのインスタンスに追加します。- authenticationConverters(Consumer<List<AuthenticationConverter>>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2ClientAuthenticationConfigurer
- デフォルトの
Listおよび (オプションで) 追加されたAuthenticationConverterへのアクセスを提供するConsumerを設定して、特定のAuthenticationConverterを追加、削除、カスタマイズする機能を許可します。 - authenticationProvider(AuthenticationProvider) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationEndpointConfigurer
OAuth2AuthorizationCodeRequestAuthenticationTokenの認証に使用されるAuthenticationProviderを追加します。- authenticationProvider(AuthenticationProvider) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2ClientAuthenticationConfigurer
OAuth2ClientAuthenticationTokenの認証に使用されるAuthenticationProviderを追加します。- authenticationProvider(AuthenticationProvider) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2DeviceAuthorizationEndpointConfigurer
OAuth2DeviceAuthorizationRequestAuthenticationTokenの認証に使用されるAuthenticationProviderを追加します。- authenticationProvider(AuthenticationProvider) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2DeviceVerificationEndpointConfigurer
OAuth2DeviceVerificationAuthenticationTokenまたはOAuth2DeviceAuthorizationConsentAuthenticationTokenの認証に使用されるAuthenticationProviderを追加します。- authenticationProvider(AuthenticationProvider) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2TokenEndpointConfigurer
OAuth2AuthorizationGrantAuthenticationTokenの型を認証するために使用されるAuthenticationProviderを追加します。- authenticationProvider(AuthenticationProvider) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2TokenIntrospectionEndpointConfigurer
OAuth2TokenIntrospectionAuthenticationTokenの型を認証するために使用されるAuthenticationProviderを追加します。- authenticationProvider(AuthenticationProvider) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2TokenRevocationEndpointConfigurer
OAuth2TokenRevocationAuthenticationTokenの型を認証するために使用されるAuthenticationProviderを追加します。- authenticationProvider(AuthenticationProvider) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OidcClientRegistrationEndpointConfigurer
OidcClientRegistrationAuthenticationTokenの認証に使用されるAuthenticationProviderを追加します。- authenticationProvider(AuthenticationProvider) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OidcLogoutEndpointConfigurer
OidcLogoutAuthenticationTokenの認証に使用されるAuthenticationProviderを追加します。- authenticationProvider(AuthenticationProvider) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OidcUserInfoEndpointConfigurer
OidcUserInfoAuthenticationTokenの認証に使用されるAuthenticationProviderを追加します。- authenticationProviders(Consumer<List<AuthenticationProvider>>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationEndpointConfigurer
- デフォルトの
Listおよび (オプションで) 追加されたAuthenticationProviderへのアクセスを提供するConsumerを設定して、特定のAuthenticationProviderを追加、削除、カスタマイズする機能を許可します。 - authenticationProviders(Consumer<List<AuthenticationProvider>>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2ClientAuthenticationConfigurer
- デフォルトの
Listおよび (オプションで) 追加されたAuthenticationProviderへのアクセスを提供するConsumerを設定して、特定のAuthenticationProviderを追加、削除、カスタマイズする機能を許可します。 - authenticationProviders(Consumer<List<AuthenticationProvider>>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2DeviceAuthorizationEndpointConfigurer
- デフォルトの
Listおよび (オプションで) 追加されたAuthenticationProviderへのアクセスを提供するConsumerを設定して、特定のAuthenticationProviderを追加、削除、カスタマイズする機能を許可します。 - authenticationProviders(Consumer<List<AuthenticationProvider>>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2DeviceVerificationEndpointConfigurer
- デフォルトの
Listおよび (オプションで) 追加されたAuthenticationProviderへのアクセスを提供するConsumerを設定して、特定のAuthenticationProviderを追加、削除、カスタマイズする機能を許可します。 - authenticationProviders(Consumer<List<AuthenticationProvider>>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2TokenEndpointConfigurer
- デフォルトの
Listおよび (オプションで) 追加されたAuthenticationProviderへのアクセスを提供するConsumerを設定して、特定のAuthenticationProviderを追加、削除、カスタマイズする機能を許可します。 - authenticationProviders(Consumer<List<AuthenticationProvider>>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2TokenIntrospectionEndpointConfigurer
- デフォルトの
Listおよび (オプションで) 追加されたAuthenticationProviderへのアクセスを提供するConsumerを設定して、特定のAuthenticationProviderを追加、削除、カスタマイズする機能を許可します。 - authenticationProviders(Consumer<List<AuthenticationProvider>>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2TokenRevocationEndpointConfigurer
- デフォルトの
Listおよび (オプションで) 追加されたAuthenticationProviderへのアクセスを提供するConsumerを設定して、特定のAuthenticationProviderを追加、削除、カスタマイズする機能を許可します。 - authenticationProviders(Consumer<List<AuthenticationProvider>>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OidcClientRegistrationEndpointConfigurer
- デフォルトの
Listおよび (オプションで) 追加されたAuthenticationProviderへのアクセスを提供するConsumerを設定して、特定のAuthenticationProviderを追加、削除、カスタマイズする機能を許可します。 - authenticationProviders(Consumer<List<AuthenticationProvider>>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OidcLogoutEndpointConfigurer
- デフォルトの
Listおよび (オプションで) 追加されたAuthenticationProviderへのアクセスを提供するConsumerを設定して、特定のAuthenticationProviderを追加、削除、カスタマイズする機能を許可します。 - authenticationProviders(Consumer<List<AuthenticationProvider>>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OidcUserInfoEndpointConfigurer
- デフォルトの
Listおよび (オプションで) 追加されたAuthenticationProviderへのアクセスを提供するConsumerを設定して、特定のAuthenticationProviderを追加、削除、カスタマイズする機能を許可します。 - authenticationSuccessHandler(AuthenticationSuccessHandler) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2ClientAuthenticationConfigurer
- 成功したクライアント認証を処理し、
OAuth2ClientAuthenticationTokenをSecurityContextに関連付けるために使用されるAuthenticationSuccessHandlerを設定します。 - authorities(Consumer<Set<GrantedAuthority>>) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationConsent.Builder
authoritiesのConsumerで、追加、置換、削除が可能です。- authority(GrantedAuthority) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationConsent.Builder
- authorization(OAuth2Authorization) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationConsentAuthenticationContext.Builder
authorizationを設定します。- authorization(OAuth2Authorization) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcUserInfoAuthenticationContext.Builder
authorizationを設定します。- authorization(OAuth2Authorization) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenContext.AbstractBuilder
authorizationを設定します。- AUTHORIZATION_CODE_TIME_TO_LIVE - Static variable in class org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.Token
- 認証コードの有効期限を設定します。
- AUTHORIZATION_ENDPOINT - Static variable in class org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimNames
authorization_endpoint- OAuth 2.0 認可エンドポイントのURL- AUTHORIZATION_ENDPOINT - Static variable in class org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.AuthorizationServer
- OAuth 2.0 認可エンドポイントを設定します。
- authorizationCodeTimeToLive(Duration) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。TokenSettings.Builder
- 認証コードの有効期限を設定します。
- authorizationConsent(OAuth2AuthorizationConsent) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationContext.Builder
authorization consentを設定します。- authorizationConsent(OAuth2AuthorizationConsent.Builder) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationConsentAuthenticationContext.Builder
authorization consent builderを設定します。- authorizationConsentService(OAuth2AuthorizationConsentService) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationServerConfigurer
- 認可同意サービスを設定します。
- authorizationEndpoint(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- 結果の
AbstractOAuth2AuthorizationServerMetadataでこのauthorization_endpointを使用します。必須です。 - authorizationEndpoint(String) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings.Builder
- OAuth 2.0 認可エンドポイントを設定します。
- authorizationEndpoint(Customizer<OAuth2AuthorizationEndpointConfigurer>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationServerConfigurer
- OAuth 2.0 認可エンドポイントを構成します。
- authorizationGrant(Authentication) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenContext.AbstractBuilder
- 認可付与を表す
Authenticationを設定します。 - authorizationGrantType(AuthorizationGrantType) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient.Builder
- クライアントが使用できる
authorization grant typeを追加します。 - authorizationGrantType(AuthorizationGrantType) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization.Builder
- 認証に使用される
authorization grant typeを設定します。 - authorizationGrantType(AuthorizationGrantType) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenContext.AbstractBuilder
authorization grant typeを設定します。- authorizationGrantTypes(Consumer<Set<AuthorizationGrantType>>) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient.Builder
authorization grant type(s)のConsumerにより、追加、置換、削除が可能になります。- authorizationRequest(OAuth2AuthorizationRequest) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationContext.Builder
authorization requestを設定します。- authorizationRequest(OAuth2AuthorizationRequest) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationConsentAuthenticationContext.Builder
authorization requestを設定します。- authorizationRequestConverter(AuthenticationConverter) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationEndpointConfigurer
- 認可リクエスト (または同意) を
HttpServletRequestから抽出しようとするときに使用されるAuthenticationConverterを、リクエストの認証に使用されるOAuth2AuthorizationCodeRequestAuthenticationTokenまたはOAuth2AuthorizationConsentAuthenticationTokenのインスタンスに追加します。 - authorizationRequestConverters(Consumer<List<AuthenticationConverter>>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationEndpointConfigurer
- デフォルトの
Listおよび (オプションで) 追加されたAuthenticationConverterへのアクセスを提供するConsumerを設定して、特定のAuthenticationConverterを追加、削除、カスタマイズする機能を許可します。 - authorizationResponseHandler(AuthenticationSuccessHandler) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationEndpointConfigurer
OAuth2AuthorizationCodeRequestAuthenticationTokenを処理してAuthorization Responseを返すために使用されるAuthenticationSuccessHandlerを設定します。- authorizationServer() - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers.OAuth2AuthorizationServerConfigurer の静的メソッド
- 構成用の
OAuth2AuthorizationServerConfigurerの新しいインスタンスを返します。 - authorizationServerContext(AuthorizationServerContext) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenContext.AbstractBuilder
authorization server contextを設定します。- AuthorizationServerContext - Interface in org.springframework.security.oauth2.server.authorization.context
- Authorization Server ランタイム環境の情報を保持するコンテキスト。
- AuthorizationServerContextHolder - org.springframework.security.oauth2.server.authorization.context のクラス
ThreadLocalを使用して現在のスレッドに関連付けるAuthorizationServerContextのホルダー。- authorizationServerMetadataCustomizer(Consumer<OAuth2AuthorizationServerMetadata.Builder>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationServerMetadataEndpointConfigurer
OAuth2AuthorizationServerMetadata.Builderへのアクセスを提供するConsumerを設定して、認可サーバーの構成のクレームをカスタマイズできるようにします。- authorizationServerMetadataEndpoint(Customizer<OAuth2AuthorizationServerMetadataEndpointConfigurer>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationServerConfigurer
- OAuth 2.0 認可サーバーメタデータエンドポイントを構成します。
- authorizationServerSecurityFilterChain(HttpSecurity) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configuration のメソッド。OAuth2AuthorizationServerConfiguration
- authorizationServerSettings(AuthorizationServerSettings) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationServerConfigurer
- 認可サーバーの設定を行います。
- AuthorizationServerSettings - org.springframework.security.oauth2.server.authorization.settings のクラス
- 認可サーバーの構成設定のための機能。
- AuthorizationServerSettings.Builder - org.springframework.security.oauth2.server.authorization.settings のクラス
AuthorizationServerSettingsのビルダー。- authorizationService(OAuth2AuthorizationService) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationServerConfigurer
- 認可サービスを設定します。
- authorizedScopes(Set<String>) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization.Builder
- 認可されたスコープを設定します。
- authorizedScopes(Set<String>) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenContext.AbstractBuilder
- 認可されたスコープを設定します。
B
- build() - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- build() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AccessTokenAuthenticationContext.Builder
- 新しい
OAuth2AccessTokenAuthenticationContextを作成します。 - build() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthenticationContext.AbstractBuilder
- 新しい
OAuth2AuthenticationContextを作成します。 - build() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationContext.Builder
- build() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationConsentAuthenticationContext.Builder
- 新しい
OAuth2AuthorizationConsentAuthenticationContextを作成します。 - build() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2ClientAuthenticationContext.Builder
- 新しい
OAuth2ClientAuthenticationContextを作成します。 - build() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2ClientCredentialsAuthenticationContext.Builder
- 新しい
OAuth2ClientCredentialsAuthenticationContextを作成します。 - build() - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient.Builder
- 新しい
RegisteredClientを作成します。 - build() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization.Builder
- 新しい
OAuth2Authorizationを作成します。 - build() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationConsent.Builder
- 権限を検証し、
OAuth2AuthorizationConsentをビルドします。 - build() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationServerMetadata.Builder
- クレームを検証し、
OAuth2AuthorizationServerMetadataをビルドします。 - build() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2TokenIntrospection.Builder
- クレームを検証し、
OAuth2TokenIntrospectionをビルドします。 - build() - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcLogoutAuthenticationContext.Builder
- 新しい
OidcLogoutAuthenticationContextを作成します。 - build() - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcUserInfoAuthenticationContext.Builder
- 新しい
OidcUserInfoAuthenticationContextを作成します。 - build() - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration.Builder
- クレームを検証し、
OidcClientRegistrationをビルドします。 - build() - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcProviderConfiguration.Builder
- クレームを検証し、
OidcProviderConfigurationをビルドします。 - build() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AbstractSettings.AbstractBuilder
- build() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings.Builder
AuthorizationServerSettingsをビルドします。- build() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。ClientSettings.Builder
ClientSettingsをビルドします。- build() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。TokenSettings.Builder
TokenSettingsをビルドします。- build() - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。DefaultOAuth2TokenContext.Builder
- 新しい
DefaultOAuth2TokenContextを作成します。 - build() - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。JwtEncodingContext.Builder
- 新しい
JwtEncodingContextを作成します。 - build() - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenClaimsContext.Builder
- 新しい
OAuth2TokenClaimsContextを作成します。 - build() - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenClaimsSet.Builder
- 新しい
OAuth2TokenClaimsSetを作成します。 - build() - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenContext.AbstractBuilder
- 新しい
OAuth2TokenContextを作成します。 - builder() - クラス org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadata の静的メソッド
- 空のクレームで新しい
OAuth2AuthorizationServerMetadata.Builderを構築します。 - builder() - クラス org.springframework.security.oauth2.server.authorization.OAuth2TokenIntrospection の静的メソッド
- builder() - Static method in class org.springframework.security.oauth2.server.authorization.oidc.OidcClientRegistration
- 空のクレームで新しい
OidcClientRegistration.Builderを構築します。 - builder() - Static method in class org.springframework.security.oauth2.server.authorization.oidc.OidcProviderConfiguration
- 空のクレームで新しい
OidcProviderConfiguration.Builderを構築します。 - builder() - Static method in class org.springframework.security.oauth2.server.authorization.settings.AuthorizationServerSettings
- デフォルト設定で新しい
AuthorizationServerSettings.Builderを構築します。 - builder() - Static method in class org.springframework.security.oauth2.server.authorization.settings.ClientSettings
- デフォルト設定で新しい
ClientSettings.Builderを構築します。 - builder() - Static method in class org.springframework.security.oauth2.server.authorization.settings.TokenSettings
- デフォルト設定で新しい
TokenSettings.Builderを構築します。 - builder() - クラス org.springframework.security.oauth2.server.authorization.token. デフォルト OAuth2 トークンコンテキストの静的メソッド
- 新しい
DefaultOAuth2TokenContext.Builderを返します。 - builder() - クラス org.springframework.security.oauth2.server.authorization.token.OAuth2TokenClaimsSet の静的メソッド
- 新しい
OAuth2TokenClaimsSet.Builderを返します。 - builder(boolean) - クラス org.springframework.security.oauth2.server.authorization.OAuth2TokenIntrospection の静的メソッド
- 指定された
activeクレームで初期化された新しいOAuth2TokenIntrospection.Builderを構築します。 - Builder(String) - クラス org.springframework.security.oauth2.server.authorization.client のコンストラクター。RegisteredClient.Builder
- Builder(String) - クラス org.springframework.security.oauth2.server.authorization のコンストラクター。OAuth2Authorization.Builder
- Builder(RegisteredClient) - クラス org.springframework.security.oauth2.server.authorization.client のコンストラクター。RegisteredClient.Builder
C
- claim(String, Object) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- 結果の
AbstractOAuth2AuthorizationServerMetadataでこのクレームを使用します。 - claim(String, Object) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2TokenIntrospection.Builder
- クレームを設定します。
- claim(String, Object) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration.Builder
- クレームを設定します。
- claim(String, Object) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenClaimsSet.Builder
- クレームを設定します。
- claims(Consumer<Map<String, Object>>) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- これまでに宣言されたすべての
AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder.claim(String, Object)へのアクセスを提供し、追加、置換、削除する機能があります。 - claims(Consumer<Map<String, Object>>) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2TokenIntrospection.Builder
- これまでに宣言されたすべての
OAuth2TokenIntrospection.Builder.claim(String, Object)へのアクセスを提供し、追加、置換、削除する機能があります。 - claims(Consumer<Map<String, Object>>) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration.Builder
- これまでに宣言されたすべての
OidcClientRegistration.Builder.claim(String, Object)へのアクセスを提供し、追加、置換、削除を可能にします。 - claims(Consumer<Map<String, Object>>) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenClaimsSet.Builder
Consumerは、追加、置換、削除の機能を可能にするクレームへのアクセスを提供されます。- CLAIMS_METADATA_NAME - Static variable in class org.springframework.security.oauth2.server.authorization.OAuth2Authorization.Token
- トークンのクレームに使用されるメタデータの名前。
- CLIENT_ID - Static variable in class org.springframework.security.oauth2.server.authorization.oidc.OidcClientMetadataClaimNames
client_id- クライアント識別子- CLIENT_ID_ISSUED_AT - Static variable in class org.springframework.security.oauth2.server.authorization.oidc.OidcClientMetadataClaimNames
client_id_issued_at- クライアント識別子が発行された時刻- CLIENT_NAME - Static variable in class org.springframework.security.oauth2.server.authorization.oidc.OidcClientMetadataClaimNames
client_name- エンドユーザーに提示されるクライアントの名前- CLIENT_SECRET - Static variable in class org.springframework.security.oauth2.server.authorization.oidc.OidcClientMetadataClaimNames
client_secret- クライアントシークレット- CLIENT_SECRET_EXPIRES_AT - Static variable in class org.springframework.security.oauth2.server.authorization.oidc.OidcClientMetadataClaimNames
client_secret_expires_at-client_secretが期限切れになる時刻、または期限切れにならない場合は 0- clientAuthentication(Customizer<OAuth2ClientAuthenticationConfigurer>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationServerConfigurer
- OAuth 2.0 クライアント認証を構成します。
- clientAuthenticationMethod(ClientAuthenticationMethod) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient.Builder
- 認可サーバーで認証するときにクライアントが使用できる
authentication methodを追加します。 - clientAuthenticationMethods(Consumer<Set<ClientAuthenticationMethod>>) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient.Builder
authentication method(s)のConsumerにより、追加、置換、削除が可能になります。- clientId(String) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient.Builder
- クライアント識別子を設定します。
- clientId(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2TokenIntrospection.Builder
- このトークン OPTIONAL をリクエストした OAuth 2.0 クライアントのクライアント ID を設定します。
- clientId(String) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration.Builder
- クライアント識別子を設定します。REQUIRED。
- clientIdIssuedAt(Instant) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient.Builder
- クライアント識別子が発行された時刻を設定します。
- clientIdIssuedAt(Instant) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration.Builder
- クライアント識別子が発行された時刻を設定します (OPTIONAL)。
- clientName(String) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient.Builder
- クライアント名を設定します。
- clientName(String) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration.Builder
- エンドユーザーに提示されるクライアントの名前を設定します (OPTIONAL)。
- clientRegistrationEndpoint(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- 結果の
AbstractOAuth2AuthorizationServerMetadata、OPTIONAL でこのregistration_endpointを使用します。 - clientRegistrationEndpoint(Customizer<OidcClientRegistrationEndpointConfigurer>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OidcConfigurer
- OpenID Connect 動的クライアント登録 1.0 エンドポイントを構成します。
- clientRegistrationRequestConverter(AuthenticationConverter) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OidcClientRegistrationEndpointConfigurer
- クライアント登録リクエストを
HttpServletRequestから抽出しようとするときに使用されるAuthenticationConverterを、リクエストの認証に使用されるOidcClientRegistrationAuthenticationTokenのインスタンスに追加します。 - clientRegistrationRequestConverters(Consumer<List<AuthenticationConverter>>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OidcClientRegistrationEndpointConfigurer
- デフォルトの
Listおよび (オプションで) 追加されたAuthenticationConverterへのアクセスを提供するConsumerを設定して、特定のAuthenticationConverterを追加、削除、カスタマイズする機能を許可します。 - clientRegistrationResponseHandler(AuthenticationSuccessHandler) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OidcClientRegistrationEndpointConfigurer
OidcClientRegistrationAuthenticationTokenを処理してClient Registration Responseを返すために使用されるAuthenticationSuccessHandlerを設定します。- clientSecret(String) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient.Builder
- クライアントシークレットを設定します。
- clientSecret(String) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration.Builder
- クライアントシークレットを設定します (OPTIONAL)。
- ClientSecretAuthenticationProvider - org.springframework.security.oauth2.server.authorization.authentication のクラス
client_secretパラメーターを認証する OAuth 2.0 クライアント認証に使用されるAuthenticationProvider実装。- ClientSecretAuthenticationProvider(RegisteredClientRepository, OAuth2AuthorizationService) - クラス org.springframework.security.oauth2.server.authorization.authentication. ClientSecretAuthenticationProvider のコンストラクター
- 指定されたパラメーターを使用して
ClientSecretAuthenticationProviderを構築します。 - ClientSecretBasicAuthenticationConverter - org.springframework.security.oauth2.server.authorization.web.authentication のクラス
HttpServletRequestから HTTP Basic クレデンシャルを抽出し、クライアントの認証に使用されるOAuth2ClientAuthenticationTokenに変換しようとします。- ClientSecretBasicAuthenticationConverter() - クラス org.springframework.security.oauth2.server.authorization.web.authentication. ClientSecretBasicAuthenticationConverter のコンストラクター
- clientSecretExpiresAt(Instant) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient.Builder
- クライアントシークレットの有効期限が切れる時刻を設定するか、有効期限が切れていない場合は
nullを設定します。 - clientSecretExpiresAt(Instant) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration.Builder
client_secretが期限切れになる時刻、または期限切れにならない場合はnullを設定します。client_secretが発行された場合は必須です。- ClientSecretPostAuthenticationConverter - org.springframework.security.oauth2.server.authorization.web.authentication のクラス
HttpServletRequestの POST パラメーターからクライアント資格情報を抽出し、クライアントの認証に使用されるOAuth2ClientAuthenticationTokenに変換しようとします。- ClientSecretPostAuthenticationConverter() - クラス org.springframework.security.oauth2.server.authorization.web.authentication. ClientSecretPostAuthenticationConverter のコンストラクター
- clientSettings(ClientSettings) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient.Builder
client configuration settingsを設定します。- ClientSettings - org.springframework.security.oauth2.server.authorization.settings のクラス
- クライアント構成設定の機能。
- ClientSettings.Builder - org.springframework.security.oauth2.server.authorization.settings のクラス
ClientSettingsのビルダー。- CODE_CHALLENGE_METHODS_SUPPORTED - Static variable in class org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimNames
code_challenge_methods_supported- コード交換用証明キー (PKCE) サポートされるcode_challenge_method値- codeChallengeMethod(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- 結果の
AbstractOAuth2AuthorizationServerMetadata, OPTIONAL 内のcode_challenge_methods_supportedのコレクションに、コード交換 (PKCE)code_challenge_methodのこの Proof Key を追加します。 - codeChallengeMethods(Consumer<List<String>>) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- コード交換 (PKCE) の証明キーの
Consumercode_challenge_method値がサポートされ、追加、置換、削除が可能になりました。 - ConfigurationSettingNames - org.springframework.security.oauth2.server.authorization.settings のクラス
- すべての構成設定の名前。
- ConfigurationSettingNames.AuthorizationServer - org.springframework.security.oauth2.server.authorization.settings のクラス
- 認可サーバー構成設定の名前。
- ConfigurationSettingNames.Client - org.springframework.security.oauth2.server.authorization.settings のクラス
- クライアント構成設定の名前。
- ConfigurationSettingNames.Token - org.springframework.security.oauth2.server.authorization.settings のクラス
- トークン構成設定の名前。
- configure(HttpSecurity) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationServerConfigurer
- configure(HttpSecurity) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2DeviceAuthorizationEndpointConfigurer
- configure(HttpSecurity) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2DeviceVerificationEndpointConfigurer
- consentPage(String) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationEndpointConfigurer
authorization_codeフロー中に同意が必要な場合にリソース所有者をリダイレクトする URI を指定します。- consentPage(String) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2DeviceVerificationEndpointConfigurer
device_codeフロー中に同意が必要な場合にリソース所有者をリダイレクトする URI を指定します。- context(Consumer<Map<Object, Object>>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthenticationContext.AbstractBuilder
- 属性
MapのConsumerにより、追加、置換、削除が可能になります。 - context(Consumer<Map<Object, Object>>) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenContext.AbstractBuilder
- 属性
MapのConsumerにより、追加、置換、削除が可能になります。 - Context - Interface in org.springframework.security.oauth2.server.authorization.context
- 特定のコンテキストに関連付けられた情報を保持する機能。
- convert(HttpServletRequest) - クラス org.springframework.security.oauth2.server.authorization.oidc.web.authentication のメソッド。OidcClientRegistrationAuthenticationConverter
- convert(HttpServletRequest) - クラス org.springframework.security.oauth2.server.authorization.oidc.web.authentication のメソッド。OidcLogoutAuthenticationConverter
- convert(HttpServletRequest) - クラス org.springframework.security.oauth2.server.authorization.web.authentication のメソッド。ClientSecretBasicAuthenticationConverter
- convert(HttpServletRequest) - クラス org.springframework.security.oauth2.server.authorization.web.authentication のメソッド。ClientSecretPostAuthenticationConverter
- convert(HttpServletRequest) - クラス org.springframework.security.oauth2.server.authorization.web.authentication のメソッド。DelegatingAuthenticationConverter
- 使用すべきではありません。
- convert(HttpServletRequest) - クラス org.springframework.security.oauth2.server.authorization.web.authentication のメソッド。JwtClientAssertionAuthenticationConverter
- convert(HttpServletRequest) - クラス org.springframework.security.oauth2.server.authorization.web.authentication のメソッド。OAuth2AuthorizationCodeAuthenticationConverter
- convert(HttpServletRequest) - クラス org.springframework.security.oauth2.server.authorization.web.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationConverter
- convert(HttpServletRequest) - クラス org.springframework.security.oauth2.server.authorization.web.authentication のメソッド。OAuth2AuthorizationConsentAuthenticationConverter
- convert(HttpServletRequest) - クラス org.springframework.security.oauth2.server.authorization.web.authentication のメソッド。OAuth2ClientCredentialsAuthenticationConverter
- convert(HttpServletRequest) - クラス org.springframework.security.oauth2.server.authorization.web.authentication のメソッド。OAuth2DeviceAuthorizationConsentAuthenticationConverter
- convert(HttpServletRequest) - クラス org.springframework.security.oauth2.server.authorization.web.authentication のメソッド。OAuth2DeviceAuthorizationRequestAuthenticationConverter
- convert(HttpServletRequest) - クラス org.springframework.security.oauth2.server.authorization.web.authentication のメソッド。OAuth2DeviceCodeAuthenticationConverter
- convert(HttpServletRequest) - クラス org.springframework.security.oauth2.server.authorization.web.authentication のメソッド。OAuth2DeviceVerificationAuthenticationConverter
- convert(HttpServletRequest) - クラス org.springframework.security.oauth2.server.authorization.web.authentication のメソッド。OAuth2RefreshTokenAuthenticationConverter
- convert(HttpServletRequest) - クラス org.springframework.security.oauth2.server.authorization.web.authentication のメソッド。OAuth2TokenExchangeAuthenticationConverter
- convert(HttpServletRequest) - クラス org.springframework.security.oauth2.server.authorization.web.authentication のメソッド。OAuth2TokenIntrospectionAuthenticationConverter
- convert(HttpServletRequest) - クラス org.springframework.security.oauth2.server.authorization.web.authentication のメソッド。OAuth2TokenRevocationAuthenticationConverter
- convert(HttpServletRequest) - クラス org.springframework.security.oauth2.server.authorization.web.authentication のメソッド。PublicClientAuthenticationConverter
- convert(HttpServletRequest) - クラス org.springframework.security.oauth2.server.authorization.web.authentication のメソッド。X509ClientCertificateAuthenticationConverter
- convert(RegisteredClient) - クラス org.springframework.security.oauth2.server.authorization.oidc.converter のメソッド。RegisteredClientOidcClientRegistrationConverter
- convert(OidcClientRegistration) - クラス org.springframework.security.oauth2.server.authorization.oidc.converter のメソッド。OidcClientRegistrationRegisteredClientConverter
- createDecoder(RegisteredClient) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。JwtClientAssertionDecoderFactory
- customize(T) - インターフェース org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenCustomizer
- OAuth 2.0 トークン属性をカスタマイズします。
D
- DEFAULT_JWT_VALIDATOR_FACTORY - Static variable in class org.springframework.security.oauth2.server.authorization.authentication.JwtClientAssertionDecoderFactory
- DEFAULT_POST_LOGOUT_REDIRECT_URI_VALIDATOR - Static variable in class org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcLogoutAuthenticationValidator
OidcLogoutAuthenticationToken.getPostLogoutRedirectUri()のデフォルトのバリデーター。- DEFAULT_REDIRECT_URI_VALIDATOR - Static variable in class org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationCodeRequestAuthenticationValidator
- DEFAULT_SCOPE_VALIDATOR - Static variable in class org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationCodeRequestAuthenticationValidator
- DEFAULT_SCOPE_VALIDATOR - Static variable in class org.springframework.security.oauth2.server.authorization.authentication.OAuth2ClientCredentialsAuthenticationValidator
OAuth2ClientCredentialsAuthenticationToken.getScopes()のデフォルトのバリデーター。- defaultMetadata() - クラス org.springframework.security.oauth2.server.authorization.OAuth2Authorization.Token の静的メソッド
- デフォルト OAuth2 トークンコンテキスト - org.springframework.security.oauth2.server.authorization.token のクラス
OAuth2TokenContextのデフォルト実装。- DefaultOAuth2TokenContext.Builder - org.springframework.security.oauth2.server.authorization.token のクラス
DefaultOAuth2TokenContextのビルダー。- DelegatingAuthenticationConverter - org.springframework.security.oauth2.server.authorization.web.authentication のクラス
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。2.0 での除去には
DelegatingAuthenticationConverterを使用します - DelegatingAuthenticationConverter(List<AuthenticationConverter>) - クラス org.springframework.security.oauth2.server.authorization.web.authentication. DelegatingAuthenticationConverter のコンストラクター
- 使用すべきではありません。指定されたパラメーターを使用して
DelegatingAuthenticationConverterを構築します。 - 委譲 OAuth2 トークンジェネレーター - org.springframework.security.oauth2.server.authorization.token のクラス
- DelegatingOAuth2TokenGenerator(OAuth2TokenGenerator<? extends OAuth2Token>...) - クラス org.springframework.security.oauth2.server.authorization.token のコンストラクター。委譲 OAuth2 トークンジェネレーター
- 指定されたパラメーターを使用して
DelegatingOAuth2TokenGeneratorを構築します。 - DEVICE_AUTHORIZATION_ENDPOINT - Static variable in class org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimNames
device_authorization_endpoint- OAuth 2.0 デバイス認証エンドポイントのURL- DEVICE_AUTHORIZATION_ENDPOINT - Static variable in class org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.AuthorizationServer
- OAuth 2.0 デバイス認証エンドポイントを設定します。
- DEVICE_CODE_TIME_TO_LIVE - Static variable in class org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.Token
- デバイスコードの有効期間を設定します。
- DEVICE_VERIFICATION_ENDPOINT - Static variable in class org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.AuthorizationServer
- OAuth 2.0 デバイス検証エンドポイントを設定します。
- deviceAuthorizationEndpoint(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- 結果の
AbstractOAuth2AuthorizationServerMetadata、OPTIONAL でこのdevice_authorization_endpointを使用します。 - deviceAuthorizationEndpoint(String) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings.Builder
- OAuth 2.0 デバイス認証エンドポイントを設定します。
- deviceAuthorizationEndpoint(Customizer<OAuth2DeviceAuthorizationEndpointConfigurer>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationServerConfigurer
- OAuth 2.0 デバイス認証エンドポイントを構成します。
- deviceAuthorizationRequestConverter(AuthenticationConverter) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2DeviceAuthorizationEndpointConfigurer
- デバイス認証リクエストを
HttpServletRequestから抽出しようとするときに使用されるAuthenticationConverterを、リクエストの認証に使用されるOAuth2DeviceAuthorizationRequestAuthenticationTokenのインスタンスに設定します。 - deviceAuthorizationRequestConverters(Consumer<List<AuthenticationConverter>>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2DeviceAuthorizationEndpointConfigurer
- デフォルトの
Listおよび (オプションで) 追加されたAuthenticationConverterへのアクセスを提供するConsumerを設定して、特定のAuthenticationConverterを追加、削除、カスタマイズする機能を許可します。 - deviceAuthorizationResponseHandler(AuthenticationSuccessHandler) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2DeviceAuthorizationEndpointConfigurer
OAuth2DeviceAuthorizationRequestAuthenticationTokenを処理してDevice Authorization Responseを返すために使用されるAuthenticationSuccessHandlerを設定します。- deviceCodeTimeToLive(Duration) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。TokenSettings.Builder
- デバイスコードの有効期間を設定します。
- deviceVerificationEndpoint(String) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings.Builder
- OAuth 2.0 デバイス検証エンドポイントを設定します。
- deviceVerificationEndpoint(Customizer<OAuth2DeviceVerificationEndpointConfigurer>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationServerConfigurer
- OAuth 2.0 デバイス検証エンドポイントを構成します。
- deviceVerificationRequestConverter(AuthenticationConverter) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2DeviceVerificationEndpointConfigurer
HttpServletRequestからデバイス検証リクエスト (またはデバイス認証同意) を抽出しようとするときに使用されるAuthenticationConverterを、リクエストの認証に使用されるOAuth2DeviceVerificationAuthenticationTokenまたはOAuth2DeviceAuthorizationConsentAuthenticationTokenのインスタンスに設定します。- deviceVerificationRequestConverters(Consumer<List<AuthenticationConverter>>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2DeviceVerificationEndpointConfigurer
- デフォルトの
Listおよび (オプションで) 追加されたAuthenticationConverterへのアクセスを提供するConsumerを設定して、特定のAuthenticationConverterを追加、削除、カスタマイズする機能を許可します。 - deviceVerificationResponseHandler(AuthenticationSuccessHandler) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2DeviceVerificationEndpointConfigurer
OAuth2DeviceVerificationAuthenticationTokenを処理し、レスポンスを返すために使用されるAuthenticationSuccessHandlerを設定します。- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - クラス org.springframework.security.oauth2.server.authorization.oidc.web のメソッド。OidcClientRegistrationEndpointFilter
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - クラス org.springframework.security.oauth2.server.authorization.oidc.web のメソッド。OidcLogoutEndpointFilter
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - クラス org.springframework.security.oauth2.server.authorization.oidc.web のメソッド。OidcProviderConfigurationEndpointFilter
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - クラス org.springframework.security.oauth2.server.authorization.oidc.web のメソッド。OidcUserInfoEndpointFilter
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。NimbusJwkSetEndpointFilter
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2AuthorizationEndpointFilter
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2AuthorizationServerMetadataEndpointFilter
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2ClientAuthenticationFilter
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2DeviceAuthorizationEndpointFilter
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2DeviceVerificationEndpointFilter
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2TokenEndpointFilter
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2TokenIntrospectionEndpointFilter
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2TokenRevocationEndpointFilter
E
- END_SESSION_ENDPOINT - Static variable in class org.springframework.security.oauth2.server.authorization.oidc.OidcProviderMetadataClaimNames
end_session_endpoint- OpenID Connect 1.0 セッション終了エンドポイントのURL- endSessionEndpoint(String) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcProviderConfiguration.Builder
- 結果の
OidcProviderConfiguration、OPTIONAL でこのend_session_endpointを使用します。 - equals(Object) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenExchangeActor
- equals(Object) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenExchangeCompositeAuthenticationToken
- equals(Object) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient
- equals(Object) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization
- equals(Object) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization.Token
- equals(Object) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationConsent
- equals(Object) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2TokenType
- equals(Object) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AbstractSettings
- equals(Object) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。OAuth2TokenFormat
- errorResponseHandler(AuthenticationFailureHandler) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationEndpointConfigurer
OAuth2AuthorizationCodeRequestAuthenticationExceptionを処理してError Responseを返すために使用されるAuthenticationFailureHandlerを設定します。- errorResponseHandler(AuthenticationFailureHandler) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2ClientAuthenticationConfigurer
- 失敗したクライアント認証を処理し、
Error Responseを返すために使用されるAuthenticationFailureHandlerを設定します。 - errorResponseHandler(AuthenticationFailureHandler) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2DeviceAuthorizationEndpointConfigurer
OAuth2AuthenticationExceptionを処理してError Responseを返すために使用されるAuthenticationFailureHandlerを設定します。- errorResponseHandler(AuthenticationFailureHandler) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2DeviceVerificationEndpointConfigurer
OAuth2AuthenticationExceptionを処理してError Responseを返すために使用されるAuthenticationFailureHandlerを設定します。- errorResponseHandler(AuthenticationFailureHandler) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2TokenEndpointConfigurer
OAuth2AuthenticationExceptionを処理してError Responseを返すために使用されるAuthenticationFailureHandlerを設定します。- errorResponseHandler(AuthenticationFailureHandler) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2TokenIntrospectionEndpointConfigurer
OAuth2AuthenticationExceptionを処理してError Responseを返すために使用されるAuthenticationFailureHandlerを設定します。- errorResponseHandler(AuthenticationFailureHandler) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2TokenRevocationEndpointConfigurer
OAuth2AuthenticationExceptionを処理してError Responseを返すために使用されるAuthenticationFailureHandlerを設定します。- errorResponseHandler(AuthenticationFailureHandler) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OidcClientRegistrationEndpointConfigurer
OAuth2AuthenticationExceptionを処理してError Responseを返すために使用されるAuthenticationFailureHandlerを設定します。- errorResponseHandler(AuthenticationFailureHandler) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OidcLogoutEndpointConfigurer
OAuth2AuthenticationExceptionを処理してError Responseを返すために使用されるAuthenticationFailureHandlerを設定します。- errorResponseHandler(AuthenticationFailureHandler) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OidcUserInfoEndpointConfigurer
OAuth2AuthenticationExceptionを処理してError Responseを返すために使用されるAuthenticationFailureHandlerを設定します。- EXP - Static variable in class org.springframework.security.oauth2.server.authorization.token.OAuth2TokenClaimNames
exp- Expiration time クレームは、OAuth 2.0 トークンが処理のために受け入れられてはならない、またはそれ以降の有効期限を識別します。- expiresAt(Instant) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2TokenIntrospection.Builder
- このトークンがいつ期限切れになるかを示す時刻を設定します (OPTIONAL)。
- expiresAt(Instant) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenClaimsSet.Builder
- 有効期限
(exp)クレームを設定します。これは、OAuth 2.0 トークンが処理のために受け入れられてはならない時刻以降を識別します。
F
- findByClientId(String) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。InMemoryRegisteredClientRepository
- findByClientId(String) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。JdbcRegisteredClientRepository
- findByClientId(String) - インターフェース org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClientRepository
- 指定された
clientIdで識別される登録済みクライアントを返します。見つからない場合はnullを返します。 - findById(String) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。InMemoryRegisteredClientRepository
- findById(String) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。JdbcRegisteredClientRepository
- findById(String) - インターフェース org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClientRepository
- 指定された
idで識別される登録済みクライアントを返します。見つからない場合はnullを返します。 - findById(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。インメモリ OAuth2 認証サービス
- findById(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2 認証サービス
- findById(String) - インターフェース org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationService
- findById(String, String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。インメモリ OAuth2 認可同意サービス
- findById(String, String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2 認可同意サービス
- findById(String, String) - インターフェース org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationConsentService
- 提供された
registeredClientIdおよびprincipalNameによって識別されるOAuth2AuthorizationConsentを返します。見つからない場合はnullを返します。 - findByToken(String, OAuth2TokenType) - クラス org.springframework.security.oauth2.server.authorization のメソッド。インメモリ OAuth2 認証サービス
- findByToken(String, OAuth2TokenType) - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2 認証サービス
- findByToken(String, OAuth2TokenType) - インターフェース org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationService
- from(RegisteredClient) - Static method in class org.springframework.security.oauth2.server.authorization.client.RegisteredClient
- 提供された
RegisteredClientの値で初期化された新しいRegisteredClient.Builderを返します。 - from(OAuth2Authorization) - クラス org.springframework.security.oauth2.server.authorization.OAuth2Authorization の静的メソッド
- 指定された
OAuth2Authorizationの値で初期化された新しいOAuth2Authorization.Builderを返します。 - from(OAuth2AuthorizationConsent) - クラス org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsent の静的メソッド
- 指定された
OAuth2AuthorizationConsentの値で初期化された新しいOAuth2AuthorizationConsent.Builderを返します。
G
- generate(OAuth2TokenContext) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。委譲 OAuth2 トークンジェネレーター
- generate(OAuth2TokenContext) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。JwtGenerator
- generate(OAuth2TokenContext) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2AccessTokenGenerator
- generate(OAuth2TokenContext) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2RefreshTokenGenerator
- generate(OAuth2TokenContext) - インターフェース org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenGenerator
OAuth2TokenContextに含まれる属性を使用して OAuth 2.0 トークンを生成するか、OAuth2TokenContext.getTokenType()がサポートされていない場合はnullを返します。- get(Class<V>) - Method in interface org.springframework.security.oauth2.server.authorization.context.Context
- キーに関連付けられた属性の値を返します。
- get(Object) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AccessTokenAuthenticationContext
- get(Object) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthenticationContext.AbstractBuilder
- get(Object) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationContext
- get(Object) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationConsentAuthenticationContext
- get(Object) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2ClientAuthenticationContext
- get(Object) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2ClientCredentialsAuthenticationContext
- get(Object) - Method in interface org.springframework.security.oauth2.server.authorization.context.Context
- キーに関連付けられた属性の値を返します。
- get(Object) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcLogoutAuthenticationContext
- get(Object) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcUserInfoAuthenticationContext
- get(Object) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。デフォルト OAuth2 トークンコンテキスト
- get(Object) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。JwtEncodingContext
- get(Object) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenClaimsContext
- get(Object) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenContext.AbstractBuilder
- getAccessToken() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AccessTokenAuthenticationToken
access tokenを返します。- getAccessToken() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization
- 型
OAuth2AccessTokenのOAuth2Authorization.Tokenを返します。 - getAccessToken() - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcUserInfoAuthenticationContext
OAuth 2.0 Access Tokenを返します。- getAccessTokenFormat() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。TokenSettings
- アクセストークンのトークン形式を返します。
- getAccessTokenResponse() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AccessTokenAuthenticationContext
access token response builderを返します。- getAccessTokenTimeToLive() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。TokenSettings
- アクセストークンの有効期限を返します。
- getActors() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenExchangeCompositeAuthenticationToken
- getActorToken() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenExchangeAuthenticationToken
- アクタートークンを返します。
- getActorTokenType() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenExchangeAuthenticationToken
- アクタートークン型を返します。
- getAdditionalParameters() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AccessTokenAuthenticationToken
- 追加のパラメーターを返します。
- getAdditionalParameters() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationToken
- 追加のパラメーターを返します。
- getAdditionalParameters() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationConsentAuthenticationToken
- 追加のパラメーターを返します。
- getAdditionalParameters() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationGrantAuthenticationToken
- 追加のパラメーターを返します。
- getAdditionalParameters() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2ClientAuthenticationToken
- 追加のパラメーターを返します。
- getAdditionalParameters() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceAuthorizationRequestAuthenticationToken
- 追加のパラメーターを返します。
- getAdditionalParameters() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceVerificationAuthenticationToken
- 追加のパラメーターを返します。
- getAdditionalParameters() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenIntrospectionAuthenticationToken
- 追加のパラメーターを返します。
- getAttribute(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization
- 認可に関連付けられた属性の値を返します。
- getAttributes() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization
- 認可に関連付けられた属性を返します。
- getAudience() - インターフェース org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenClaimAccessor
- OAuth 2.0 トークンの対象となる受信者を識別する Audience
(aud)クレームを返します。 - getAudiences() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenExchangeAuthenticationToken
- リクエストされたオーディエンス値を返します。
- getAuthentication() - インターフェース org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthenticationContext
- コンテキストに関連付けられた
Authenticationを返します。 - getAuthorities() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationConsent
- プリンシパルによってクライアントに付与された
authoritiesを返します。 - getAuthorization() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationConsentAuthenticationContext
authorizationを返します。- getAuthorization() - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcUserInfoAuthenticationContext
authorizationを返します。- getAuthorization() - インターフェース org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenContext
authorizationを返します。- getAuthorizationCode() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationToken
OAuth2AuthorizationCodeを返します。- getAuthorizationCodeRequestAuthentication() - 例外 org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationException
- OAuth 2.0 Authorization Request (または Consent) の
Authenticationインスタンスを返します。利用できない場合はnullを返します。 - getAuthorizationCodeTimeToLive() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。TokenSettings
- 認証コードの有効期限を返します。
- getAuthorizationConsent() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationContext
authorization consentを返します。- getAuthorizationConsent() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationConsentAuthenticationContext
- getAuthorizationConsentParametersMapper() - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2 認可同意サービス
- getAuthorizationConsentRowMapper() - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2 認可同意サービス
- getAuthorizationEndpoint() - インターフェース org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationServerMetadataClaimAccessor
- OAuth 2.0 認可エンドポイント
(authorization_endpoint)のURLを返します。 - getAuthorizationEndpoint() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings
- OAuth 2.0 認可エンドポイントを返します。
- getAuthorizationGrant() - インターフェース org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenContext
- 認可付与を表す
Authenticationを返します。 - getAuthorizationGrantType() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization
- 認証に使用される
authorization grant typeを返します。 - getAuthorizationGrantType() - インターフェース org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenContext
authorization grant typeを返します。- getAuthorizationGrantTypes() - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient
- クライアントが使用できる
authorization grant type(s)を返します。 - getAuthorizationParametersMapper() - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2 認証サービス
- getAuthorizationRequest() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationContext
authorization requestを返します。- getAuthorizationRequest() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationConsentAuthenticationContext
authorization requestを返します。- getAuthorizationRowMapper() - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2 認証サービス
- getAuthorizationServerContext() - インターフェース org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenContext
authorization server contextを返します。- getAuthorizationServerSettings() - インターフェース org.springframework.security.oauth2.server.authorization.context のメソッド。AuthorizationServerContext
AuthorizationServerSettingsを返します。- getAuthorizationUri() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationToken
- 認可 URI を返します。
- getAuthorizationUri() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationConsentAuthenticationToken
- 認可 URI を返します。
- getAuthorizationUri() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceAuthorizationRequestAuthenticationToken
- 認可
URIを返します。 - getAuthorizedScopes() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization
- 承認されたスコープを返します。
- getAuthorizedScopes() - インターフェース org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenContext
- 承認されたスコープを返します。
- getClaims() - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- getClaims() - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata
- メタデータをクレームとして返します。
- getClaims() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenExchangeActor
- getClaims() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization.Token
- トークンに関連付けられたクレームを返します。
- getClaims() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2TokenIntrospection
- トークンイントロスペクションレスポンスでクレームを返します。
- getClaims() - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration
- メタデータをクレームとして返します。
- getClaims() - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。JwtEncodingContext
- 追加、置換、削除を可能にする
claimsを返します。 - getClaims() - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenClaimsContext
- 追加、置換、削除を可能にする
claimsを返します。 - getClaims() - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenClaimsSet
- getClientAuthenticationMethod() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2ClientAuthenticationToken
- クライアントが使用する
authentication methodを返します。 - getClientAuthenticationMethods() - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient
- クライアントが使用できる
authentication method(s)を返します。 - getClientId() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationToken
- クライアント識別子を返します。
- getClientId() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationConsentAuthenticationToken
- クライアント識別子を返します。
- getClientId() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceVerificationAuthenticationToken
- クライアント識別子を返します。
- getClientId() - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient
- クライアント識別子を返します。
- getClientId() - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcClientRegistrationAuthenticationToken
- クライアント識別子を返します。
- getClientId() - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcLogoutAuthenticationToken
- ID トークンが発行されたクライアント識別子を返します。
- getClientId() - インターフェース org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientMetadataClaimAccessor
- クライアント識別子
(client_id)を返します。 - getClientIdIssuedAt() - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient
- クライアント識別子が発行された時刻を返します。
- getClientIdIssuedAt() - インターフェース org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientMetadataClaimAccessor
- クライアント識別子
(client_id_issued_at)が発行された時刻を返します。 - getClientName() - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient
- クライアント名を返します。
- getClientName() - インターフェース org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientMetadataClaimAccessor
- エンドユーザー
(client_name)に提示されるクライアントの名前を返します。 - getClientRegistration() - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcClientRegistrationAuthenticationToken
- クライアント登録を返します。
- getClientRegistrationEndpoint() - インターフェース org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationServerMetadataClaimAccessor
- OAuth 2.0 動的クライアント登録エンドポイント
(registration_endpoint)のURLを返します。 - getClientSecret() - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient
- 利用できない場合は、クライアントシークレットまたは
nullを返します。 - getClientSecret() - インターフェース org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientMetadataClaimAccessor
- クライアントシークレット
(client_secret)を返します。 - getClientSecretExpiresAt() - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient
- クライアントシークレットの有効期限が切れる時刻を返します。有効期限が切れていない場合は
nullを返します。 - getClientSecretExpiresAt() - インターフェース org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientMetadataClaimAccessor
client_secretが期限切れになる時刻(client_secret_expires_at)を返します。- getClientSettings() - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient
- getCode() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeAuthenticationToken
- 認証コードを返します。
- getCodeChallengeMethods() - インターフェース org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationServerMetadataClaimAccessor
- コード交換 (PKCE)
code_challenge_method値がサポートされている(code_challenge_methods_supported)の証明キーを返します。 - getContext() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthenticationContext.AbstractBuilder
- getContext() - Static method in class org.springframework.security.oauth2.server.authorization.context.AuthorizationServerContextHolder
- 現在のスレッドにバインドされた
AuthorizationServerContextを返します。 - getContext() - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenContext.AbstractBuilder
- getCredentials() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AccessTokenAuthenticationToken
- getCredentials() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationToken
- getCredentials() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationConsentAuthenticationToken
- getCredentials() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationGrantAuthenticationToken
- getCredentials() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2ClientAuthenticationToken
- getCredentials() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceAuthorizationRequestAuthenticationToken
- getCredentials() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceVerificationAuthenticationToken
- getCredentials() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenExchangeCompositeAuthenticationToken
- getCredentials() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenIntrospectionAuthenticationToken
- getCredentials() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenRevocationAuthenticationToken
- getCredentials() - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcClientRegistrationAuthenticationToken
- getCredentials() - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcLogoutAuthenticationToken
- getCredentials() - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcUserInfoAuthenticationToken
- getDeviceAuthorizationEndpoint() - インターフェース org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationServerMetadataClaimAccessor
- OAuth 2.0 デバイス認証エンドポイント
(device_authorization_endpoint)のURLを返します。 - getDeviceAuthorizationEndpoint() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings
- OAuth 2.0 デバイス認証エンドポイントを返します。
- getDeviceCode() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceAuthorizationRequestAuthenticationToken
- デバイスコードを返します。
- getDeviceCode() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceCodeAuthenticationToken
- デバイスコードを返します。
- getDeviceCodeTimeToLive() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。TokenSettings
- デバイスコードの有効期間を返します。
- getDeviceVerificationEndpoint() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings
- OAuth 2.0 デバイス検証エンドポイントを返します。
- getEndpointsMatcher() - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationServerConfigurer
- 認可サーバーエンドポイントの
RequestMatcherを返します。 - getEndSessionEndpoint() - インターフェース org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcProviderMetadataClaimAccessor
- OpenID Connect 1.0 終了セッションエンドポイント
(end_session_endpoint)のURLを返します。 - getExpiresAt() - インターフェース org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenClaimAccessor
- OAuth 2.0 トークンが処理のために受け入れられてはならない、またはそれ以降の有効期限を識別する有効期限
(exp)クレームを返します。 - getGrantType() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationGrantAuthenticationToken
- 認可付与型を返します。
- getGrantTypes() - インターフェース org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationServerMetadataClaimAccessor
(grant_types_supported)でサポートされている OAuth 2.0grant_type値を返します。- getGrantTypes() - インターフェース org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientMetadataClaimAccessor
- クライアントが
(grant_types)の使用を制限する OAuth 2.0grant_type値を返します。 - getId() - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient
- 登録の識別子を返します。
- getId() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization
- 認可の識別子を返します。
- getId() - インターフェース org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenClaimAccessor
- OAuth 2.0 トークンの一意の識別子を提供する ID
(jti)クレームを返します。 - getIdToken() - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcLogoutAuthenticationToken
- プロバイダーによって以前に発行された ID トークンをクライアントに返します。
- getIdTokenHint() - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcLogoutAuthenticationToken
- プロバイダーによって以前に発行され、クライアントとのエンドユーザーの現在の認証済みセッションに関するヒントとして使用される ID トークンを返します。
- getIdTokenSignatureAlgorithm() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。TokenSettings
ID Tokenに署名するためのJWSアルゴリズムを返します。- getIdTokenSignedResponseAlgorithm() - インターフェース org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientMetadataClaimAccessor
- クライアント
(id_token_signed_response_alg)に発行されたID Tokenの署名に必要なJWSアルゴリズムを返します。 - getIdTokenSigningAlgorithms() - インターフェース org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcProviderMetadataClaimAccessor
ID TokenがJwt(id_token_signing_alg_values_supported)のクレームをエンコードするためにサポートされているJWS署名アルゴリズムを返します。- getIssuedAt() - インターフェース org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenClaimAccessor
- OAuth 2.0 トークンが発行された時刻を識別する Issued at
(iat)クレームを返します。 - getIssuer() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenExchangeActor
- getIssuer() - インターフェース org.springframework.security.oauth2.server.authorization.context のメソッド。AuthorizationServerContext
- 利用可能な場合は
AuthorizationServerSettings.getIssuer()を返し、そうでない場合は 「現在の」リクエストから発行者識別子を解決します。 - getIssuer() - インターフェース org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationServerMetadataClaimAccessor
- 認可サーバーがその発行者識別子
(issuer)としてアサートするURLを返します。 - getIssuer() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings
- 認可サーバーの発行者識別子の URL を返します。
- getIssuer() - インターフェース org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenClaimAccessor
- OAuth 2.0 トークンを発行したプリンシパルを識別する発行者
(iss)クレームを返します。 - getJdbcOperations() - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。JdbcRegisteredClientRepository
- getJdbcOperations() - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2 認可同意サービス
- getJdbcOperations() - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2 認証サービス
- getJwkSetEndpoint() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings
- JWK セットエンドポイントを返します。
- getJwkSetUrl() - インターフェース org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationServerMetadataClaimAccessor
- JSON Web キーセット
(jwks_uri)のURLを返します。 - getJwkSetUrl() - インターフェース org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientMetadataClaimAccessor
- クライアントの JSON Web キーセット
(jwks_uri)のURLを返します。 - getJwkSetUrl() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。ClientSettings
- クライアントの JSON Web キーセットの
URLを返します。 - getJwsHeader() - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。JwtEncodingContext
- 追加、置換、削除を可能にする
JWS headersを返します。 - getLobHandler() - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2 認証サービス
- getLobHandler() - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2AuthorizationService.OAuth2AuthorizationRowMapper
- getMetadata() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization.Token
- トークンに関連付けられたメタデータを返します。
- getMetadata(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization.Token
- トークンに関連付けられたメタデータの値を返します。
- getNotBefore() - インターフェース org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenClaimAccessor
- OAuth 2.0 トークンが処理のために受け入れられてはならない時刻を識別する Not Before
(nbf)クレームを返します。 - getObjectMapper() - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。JdbcRegisteredClientRepository.RegisteredClientParametersMapper
- getObjectMapper() - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。JdbcRegisteredClientRepository.RegisteredClientRowMapper
- getObjectMapper() - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2AuthorizationService.OAuth2AuthorizationParametersMapper
- getObjectMapper() - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2AuthorizationService.OAuth2AuthorizationRowMapper
- getObjectPostProcessor() - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2DeviceVerificationEndpointConfigurer
- getOidcClientRegistrationEndpoint() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings
- OpenID Connect 1.0 クライアント登録エンドポイントを返します。
- getOidcLogoutEndpoint() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings
- OpenID Connect 1.0 ログアウトエンドポイントを返します。
- getOidcUserInfoEndpoint() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings
- OpenID Connect 1.0 UserInfo エンドポイントを返します。
- getPostLogoutRedirectUri() - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcLogoutAuthenticationToken
- ログアウトの実行後にエンドユーザーのユーザーエージェントのリダイレクト先としてクライアントがリクエストしている URI を返します。
- getPostLogoutRedirectUris() - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient
- クライアントがログアウトに使用できるログアウト後のリダイレクト URI を返します。
- getPostLogoutRedirectUris() - インターフェース org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientMetadataClaimAccessor
- クライアント
(post_logout_redirect_uris)によって使用されるログアウト後のリダイレクトURI値を返します。 - getPrincipal() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AccessTokenAuthenticationToken
- getPrincipal() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationToken
- getPrincipal() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationConsentAuthenticationToken
- getPrincipal() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationGrantAuthenticationToken
- getPrincipal() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2ClientAuthenticationToken
- getPrincipal() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceAuthorizationRequestAuthenticationToken
- getPrincipal() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceVerificationAuthenticationToken
- getPrincipal() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenExchangeCompositeAuthenticationToken
- getPrincipal() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenIntrospectionAuthenticationToken
- getPrincipal() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenRevocationAuthenticationToken
- getPrincipal() - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcClientRegistrationAuthenticationToken
- getPrincipal() - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcLogoutAuthenticationToken
- エンドユーザーを表す認証されたプリンシパルを返します。
- getPrincipal() - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcUserInfoAuthenticationToken
- getPrincipal() - インターフェース org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenContext
Principalリソース所有者 (またはクライアント) を表すAuthenticationを返します。- getPrincipalName() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization
- リソース所有者 (またはクライアント) の
Principal名を返します。 - getPrincipalName() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationConsent
- リソース所有者 (またはクライアント) の
Principal名を返します。 - getRedirectUri() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeAuthenticationToken
- リダイレクト uri を返します。
- getRedirectUri() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationToken
- リダイレクト uri を返します。
- getRedirectUris() - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient
- クライアントがリダイレクトベースのフローで使用できるリダイレクト URI を返します。
- getRedirectUris() - インターフェース org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientMetadataClaimAccessor
- クライアント
(redirect_uris)によって使用されるリダイレクトURI値を返します。 - getRefreshToken() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AccessTokenAuthenticationToken
refresh tokenを返します。- getRefreshToken() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2RefreshTokenAuthenticationToken
- リフレッシュトークンを返します。
- getRefreshToken() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization
- 型
OAuth2RefreshTokenのOAuth2Authorization.Tokenを返します。 - getRefreshTokenTimeToLive() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。TokenSettings
- リフレッシュトークンの有効期限を返します。
- getRegisteredClient() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AccessTokenAuthenticationToken
registered clientを返します。- getRegisteredClient() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationContext
registered clientを返します。- getRegisteredClient() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationConsentAuthenticationContext
registered clientを返します。- getRegisteredClient() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2ClientAuthenticationContext
registered clientを返します。- getRegisteredClient() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2ClientAuthenticationToken
- 認証された
registered client、または認証されていない場合はnullを返します。 - getRegisteredClient() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2ClientCredentialsAuthenticationContext
registered clientを返します。- getRegisteredClient() - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcLogoutAuthenticationContext
registered clientを返します。- getRegisteredClient() - インターフェース org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenContext
registered clientを返します。- getRegisteredClientId() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization
registered clientの識別子を返します。- getRegisteredClientId() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationConsent
registered clientの識別子を返します。- getRegisteredClientParametersMapper() - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。JdbcRegisteredClientRepository
- getRegisteredClientRepository() - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2AuthorizationConsentService.OAuth2AuthorizationConsentRowMapper
- getRegisteredClientRepository() - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2AuthorizationService.OAuth2AuthorizationRowMapper
- getRegisteredClientRowMapper() - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。JdbcRegisteredClientRepository
- getRegistrationAccessToken() - インターフェース org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientMetadataClaimAccessor
- クライアント構成エンドポイントで使用できる登録アクセストークンを返します。
- getRegistrationClientUrl() - インターフェース org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientMetadataClaimAccessor
- 登録アクセストークンを使用できるクライアント構成エンドポイントの
URLを返します。 - getRequestedScopes() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceAuthorizationConsentAuthenticationToken
- リクエストされたスコープを返します。
- getRequestedTokenType() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenExchangeAuthenticationToken
- リクエストされたトークン型を返します。
- getResources() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenExchangeAuthenticationToken
- リクエストされたリソース URI を返します。
- getResponseTypes() - インターフェース org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationServerMetadataClaimAccessor
(response_types_supported)でサポートされている OAuth 2.0response_type値を返します。- getResponseTypes() - インターフェース org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientMetadataClaimAccessor
- クライアントが
(response_types)の使用を制限する OAuth 2.0response_type値を返します。 - getScopes() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationToken
- リクエストされた (または承認された) スコープを返します。
- getScopes() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationConsentAuthenticationToken
- リクエストされた (または承認された) スコープを返します。
- getScopes() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2ClientCredentialsAuthenticationToken
- リクエストされたスコープを返します。
- getScopes() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceAuthorizationRequestAuthenticationToken
- リクエストされたスコープを返します。
- getScopes() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2RefreshTokenAuthenticationToken
- リクエストされたスコープを返します。
- getScopes() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenExchangeAuthenticationToken
- リクエストされたスコープを返します。
- getScopes() - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient
- クライアントが使用できるスコープを返します。
- getScopes() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationConsent
authoritiesから抽出された、プリンシパルによってクライアントに付与されたscopeを取得するための簡易メソッド。- getScopes() - インターフェース org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationServerMetadataClaimAccessor
(scopes_supported)でサポートされている OAuth 2.0scope値を返します。- getScopes() - インターフェース org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientMetadataClaimAccessor
- クライアントが
(scope)の使用を制限する OAuth 2.0scope値を返します。 - getSessionId() - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcLogoutAuthenticationToken
- エンドユーザーのプロバイダーとの現在の認証済みセッション ID を返します。
- getSetting(String) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AbstractSettings
- 構成設定を返します。
- getSettings() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AbstractSettings.AbstractBuilder
- getSettings() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AbstractSettings
- 構成設定の
Mapを返します。 - getState() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationToken
- 状態を返します。
- getState() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationConsentAuthenticationToken
- 状態を返します。
- getState() - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcLogoutAuthenticationToken
- ログアウトリクエストと
OidcLogoutAuthenticationToken.getPostLogoutRedirectUri()へのコールバック間の状態を維持するためにクライアントによって使用される不透明な値を返します。 - getSubject() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenExchangeActor
- getSubject() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenExchangeCompositeAuthenticationToken
- getSubject() - インターフェース org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenClaimAccessor
- OAuth 2.0 トークンの対象であるプリンシパルを識別する サブジェクト
(sub)クレームを返します。 - getSubjectToken() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenExchangeAuthenticationToken
- サブジェクトトークンを返します。
- getSubjectTokenType() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenExchangeAuthenticationToken
- サブジェクトトークン型を返します。
- getSubjectTypes() - インターフェース org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcProviderMetadataClaimAccessor
(subject_types_supported)でサポートされている サブジェクト識別子型を返します。- getThis() - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- getThis() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthenticationContext.AbstractBuilder
- getThis() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AbstractSettings.AbstractBuilder
- getThis() - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenContext.AbstractBuilder
- getToken() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenIntrospectionAuthenticationToken
- トークンを返します。
- getToken() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenRevocationAuthenticationToken
- トークンを返します。
- getToken() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization.Token
- 型
OAuth2Tokenのトークンを返します。 - getToken(Class<T>) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization
- 型
tokenTypeのOAuth2Authorization.Tokenを返します。 - getToken(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization
tokenValueに一致するOAuth2Authorization.Tokenを返します。- getTokenClaims() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenIntrospectionAuthenticationToken
- トークンクレームを返します。
- getTokenEndpoint() - インターフェース org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationServerMetadataClaimAccessor
- OAuth 2.0 トークンエンドポイント
(token_endpoint)のURLを返します。 - getTokenEndpoint() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings
- OAuth 2.0 トークンエンドポイントを返します。
- getTokenEndpointAuthenticationMethod() - インターフェース org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientMetadataClaimAccessor
- クライアントがトークンエンドポイント
(token_endpoint_auth_method)に使用する認証方法を返します。 - getTokenEndpointAuthenticationMethods() - インターフェース org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationServerMetadataClaimAccessor
- OAuth 2.0 トークンエンドポイント
(token_endpoint_auth_methods_supported)でサポートされているクライアント認証方法を返します。 - getTokenEndpointAuthenticationSigningAlgorithm() - インターフェース org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientMetadataClaimAccessor
private_key_jwtおよびclient_secret_jwt認証方法(token_endpoint_auth_signing_alg)のトークンエンドポイントでクライアントを認証するために使用されるJWTの署名に使用する必要があるJWSアルゴリズムを返します。- getTokenEndpointAuthenticationSigningAlgorithm() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。ClientSettings
private_key_jwtおよびclient_secret_jwt認証方式のトークンエンドポイントでクライアントを認証するために使用されるJWTの署名に使用する必要があるJWSアルゴリズムを返します。- getTokenIntrospectionEndpoint() - インターフェース org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationServerMetadataClaimAccessor
- OAuth 2.0 トークンイントロスペクションエンドポイント
(introspection_endpoint)のURLを返します。 - getTokenIntrospectionEndpoint() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings
- OAuth 2.0 トークンイントロスペクションエンドポイントを返します。
- getTokenIntrospectionEndpointAuthenticationMethods() - インターフェース org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationServerMetadataClaimAccessor
- OAuth 2.0 Token Introspection Endpoint
(introspection_endpoint_auth_methods_supported)でサポートされているクライアント認証方法を返します。 - getTokenRevocationEndpoint() - インターフェース org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationServerMetadataClaimAccessor
- OAuth 2.0 トークン失効エンドポイント
(revocation_endpoint)のURLを返します。 - getTokenRevocationEndpoint() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings
- OAuth 2.0 トークン失効エンドポイントを返します。
- getTokenRevocationEndpointAuthenticationMethods() - インターフェース org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationServerMetadataClaimAccessor
- OAuth 2.0 トークン失効エンドポイント
(revocation_endpoint_auth_methods_supported)でサポートされているクライアント認証方法を返します。 - getTokenSettings() - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient
token configuration settingsを返します。- getTokenType() - インターフェース org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenContext
token typeを返します。- getTokenTypeHint() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenIntrospectionAuthenticationToken
- トークン型のヒントを返します。
- getTokenTypeHint() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenRevocationAuthenticationToken
- トークン型のヒントを返します。
- getUserCode() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceAuthorizationConsentAuthenticationToken
- ユーザーコードを返します。
- getUserCode() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceAuthorizationRequestAuthenticationToken
- ユーザーコードを返します。
- getUserCode() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceVerificationAuthenticationToken
- ユーザーコードを返します。
- getUserInfo() - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcUserInfoAuthenticationToken
- UserInfo クレームを返します。
- getUserInfoEndpoint() - インターフェース org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcProviderMetadataClaimAccessor
- OpenID Connect 1.0 UserInfo エンドポイント
(userinfo_endpoint)のURLを返します。 - getValue() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2TokenType
- トークン型の値を返します。
- getValue() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。OAuth2TokenFormat
- トークン形式の値を返します。
- getVersion() - Static method in class org.springframework.security.oauth2.server.authorization.util.SpringAuthorizationServerVersion
- getX509CertificateSubjectDN() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。ClientSettings
tls_client_authメソッドを使用するときに、クライアント認証中に受信したクライアントX509Certificateに関連付けられた予想されるサブジェクト識別名を返します。- GRANT_TYPES - Static variable in class org.springframework.security.oauth2.server.authorization.oidc.OidcClientMetadataClaimNames
grant_types- クライアントが使用を制限する OAuth 2.0grant_type値- GRANT_TYPES_SUPPORTED - Static variable in class org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimNames
grant_types_supported- サポートされている OAuth 2.0grant_type値- grantType(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- この OAuth 2.0
grant_typeを、結果のAbstractOAuth2AuthorizationServerMetadata、OPTIONAL のgrant_types_supportedのコレクションに追加します。 - grantType(String) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration.Builder
- クライアントが使用を制限する OAuth 2.0
grant_typeを追加します (OPTIONAL)。 - grantTypes(Consumer<List<String>>) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- サポートされている OAuth 2.0
grant_type値のConsumerにより、追加、置換、削除が可能になります。 - grantTypes(Consumer<List<String>>) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration.Builder
- OAuth 2.0
grant_type値のConsumerは、クライアントが使用を制限し、追加、置換、削除する機能を許可します (OPTIONAL)。
H
- hashCode() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenExchangeActor
- hashCode() - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenExchangeCompositeAuthenticationToken
- hashCode() - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient
- hashCode() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization
- hashCode() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization.Token
- hashCode() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationConsent
- hashCode() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2TokenType
- hashCode() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AbstractSettings
- hashCode() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。OAuth2TokenFormat
- hasKey(Object) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AccessTokenAuthenticationContext
- hasKey(Object) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationContext
- hasKey(Object) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationConsentAuthenticationContext
- hasKey(Object) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2ClientAuthenticationContext
- hasKey(Object) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2ClientCredentialsAuthenticationContext
- hasKey(Object) - Method in interface org.springframework.security.oauth2.server.authorization.context.Context
- キーに関連付けられた属性が存在する場合は
trueを返し、そうでない場合はfalseを返します。 - hasKey(Object) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcLogoutAuthenticationContext
- hasKey(Object) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcUserInfoAuthenticationContext
- hasKey(Object) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。デフォルト OAuth2 トークンコンテキスト
- hasKey(Object) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。JwtEncodingContext
- hasKey(Object) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenClaimsContext
I
- IAT - Static variable in class org.springframework.security.oauth2.server.authorization.token.OAuth2TokenClaimNames
iat- Issued at クレームは、OAuth 2.0 トークンが発行された時刻を識別します。- id(String) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient.Builder
- 登録の識別子を設定します。
- id(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization.Builder
- 認可の識別子を設定します。
- id(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2TokenIntrospection.Builder
- トークン OPTIONAL の識別子を設定します。
- id(String) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenClaimsSet.Builder
- OAuth 2.0 トークンの一意の識別子を提供する ID
(jti)クレームを設定します。 - ID_TOKEN_SIGNATURE_ALGORITHM - Static variable in class org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.Token
ID Tokenに署名するためのJWSアルゴリズムを設定します。- ID_TOKEN_SIGNED_RESPONSE_ALG - Static variable in class org.springframework.security.oauth2.server.authorization.oidc.OidcClientMetadataClaimNames
id_token_signed_response_alg- クライアントに発行されたID Tokenの署名に必要なJWSアルゴリズム- ID_TOKEN_SIGNING_ALG_VALUES_SUPPORTED - Static variable in class org.springframework.security.oauth2.server.authorization.oidc.OidcProviderMetadataClaimNames
id_token_signing_alg_values_supported-ID TokenでサポートされているJWS署名アルゴリズム- idTokenSignatureAlgorithm(SignatureAlgorithm) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。TokenSettings.Builder
ID Tokenに署名するためのJWSアルゴリズムを設定します。- idTokenSignedResponseAlgorithm(String) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration.Builder
- クライアントに発行される
ID Tokenの署名に必要なJWSアルゴリズムを設定します (オプション)。 - idTokenSigningAlgorithm(String) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcProviderConfiguration.Builder
- この
JWS署名アルゴリズムを、結果のOidcProviderConfigurationのid_token_signing_alg_values_supportedのコレクションに追加します (必須)。 - idTokenSigningAlgorithms(Consumer<List<String>>) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcProviderConfiguration.Builder
ID TokenのJWS署名アルゴリズムのConsumerにより、追加、置換、削除が可能になります。- init(HttpSecurity) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationServerConfigurer
- init(HttpSecurity) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2DeviceAuthorizationEndpointConfigurer
- init(HttpSecurity) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2DeviceVerificationEndpointConfigurer
- インメモリ OAuth2 認可同意サービス - org.springframework.security.oauth2.server.authorization のクラス
- InMemoryOAuth2AuthorizationConsentService() - クラス org.springframework.security.oauth2.server.authorization のコンストラクター。インメモリ OAuth2 認可同意サービス
InMemoryOAuth2AuthorizationConsentServiceを構築します。- InMemoryOAuth2AuthorizationConsentService(List<OAuth2AuthorizationConsent>) - クラス org.springframework.security.oauth2.server.authorization のコンストラクター。インメモリ OAuth2 認可同意サービス
- 指定されたパラメーターを使用して
InMemoryOAuth2AuthorizationConsentServiceを構築します。 - InMemoryOAuth2AuthorizationConsentService(OAuth2AuthorizationConsent...) - クラス org.springframework.security.oauth2.server.authorization のコンストラクター。インメモリ OAuth2 認可同意サービス
- 指定されたパラメーターを使用して
InMemoryOAuth2AuthorizationConsentServiceを構築します。 - インメモリ OAuth2 認証サービス - org.springframework.security.oauth2.server.authorization のクラス
OAuth2Authorizationのインメモリを格納するOAuth2AuthorizationService。- InMemoryOAuth2AuthorizationService() - クラス org.springframework.security.oauth2.server.authorization のコンストラクター。インメモリ OAuth2 認証サービス
InMemoryOAuth2AuthorizationServiceを構築します。- InMemoryOAuth2AuthorizationService(List<OAuth2Authorization>) - クラス org.springframework.security.oauth2.server.authorization のコンストラクター。インメモリ OAuth2 認証サービス
- 指定されたパラメーターを使用して
InMemoryOAuth2AuthorizationServiceを構築します。 - InMemoryOAuth2AuthorizationService(OAuth2Authorization...) - クラス org.springframework.security.oauth2.server.authorization のコンストラクター。インメモリ OAuth2 認証サービス
- 指定されたパラメーターを使用して
InMemoryOAuth2AuthorizationServiceを構築します。 - InMemoryRegisteredClientRepository - org.springframework.security.oauth2.server.authorization.client のクラス
RegisteredClientをメモリに格納するRegisteredClientRepository。- InMemoryRegisteredClientRepository(List<RegisteredClient>) - クラス org.springframework.security.oauth2.server.authorization.client. InMemoryRegisteredClientRepository のコンストラクター
- 指定されたパラメーターを使用して
InMemoryRegisteredClientRepositoryを構築します。 - InMemoryRegisteredClientRepository(RegisteredClient...) - クラス org.springframework.security.oauth2.server.authorization.client. InMemoryRegisteredClientRepository のコンストラクター
- 指定されたパラメーターを使用して
InMemoryRegisteredClientRepositoryを構築します。 - INTROSPECTION_ENDPOINT - Static variable in class org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimNames
introspection_endpoint- OAuth 2.0 トークンイントロスペクションエンドポイントのURL- INTROSPECTION_ENDPOINT_AUTH_METHODS_SUPPORTED - Static variable in class org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimNames
introspection_endpoint_auth_methods_supported- OAuth 2.0 トークンイントロスペクションエンドポイントでサポートされているクライアント認証方法- introspectionRequestConverter(AuthenticationConverter) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2TokenIntrospectionEndpointConfigurer
HttpServletRequestからイントロスペクションリクエストを抽出しようとするときに使用されるAuthenticationConverterを、リクエストの認証に使用されるOAuth2TokenIntrospectionAuthenticationTokenのインスタンスに追加します。- introspectionRequestConverters(Consumer<List<AuthenticationConverter>>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2TokenIntrospectionEndpointConfigurer
- デフォルトの
Listおよび (オプションで) 追加されたAuthenticationConverterへのアクセスを提供するConsumerを設定して、特定のAuthenticationConverterを追加、削除、カスタマイズする機能を許可します。 - introspectionResponseHandler(AuthenticationSuccessHandler) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2TokenIntrospectionEndpointConfigurer
OAuth2TokenIntrospectionAuthenticationTokenの処理に使用されるAuthenticationSuccessHandlerを設定します。- invalidate(T) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization.Builder
tokenを無効にします。- INVALIDATED_METADATA_NAME - Static variable in class org.springframework.security.oauth2.server.authorization.OAuth2Authorization.Token
- トークンが無効化されているかどうかを示すメタデータの名前。
- isActive() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization.Token
- トークンが現在アクティブな場合、
trueを返します。 - isBeforeUse() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization.Token
- トークンが使用可能時間より前の場合、
trueを返します。 - isExpired() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization.Token
- トークンの有効期限が切れている場合は
trueを返します。 - isInvalidated() - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization.Token
- トークンが無効化されている場合は
trueを返します (例: - isMultipleIssuersAllowed() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings
- ホストごとに複数の発行者が許可されている場合は
trueを返します。 - isPrincipalAuthenticated() - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcLogoutAuthenticationToken
- isRequireAuthorizationConsent() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。ClientSettings
- クライアントがアクセスをリクエストするときに認可の同意が必要な場合は、
trueを返します。 - isRequireProofKey() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。ClientSettings
- Authorization Code Grant フローを実行するときにクライアントが証明キーチャレンジと検証者を提供する必要がある場合は、
trueを返します。 - isReuseRefreshTokens() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。TokenSettings
- アクセストークンのレスポンスを返すときにリフレッシュトークンが再利用される場合は
trueを返し、新しいリフレッシュトークンが発行される場合はfalseを返します。 - ISS - Static variable in class org.springframework.security.oauth2.server.authorization.token.OAuth2TokenClaimNames
iss- Issuer クレームは、OAuth 2.0 トークンを発行したプリンシパルを識別します- issuedAt(Instant) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2TokenIntrospection.Builder
- このトークンが最初に発行された時刻を示す時刻を設定します (OPTIONAL)。
- issuedAt(Instant) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenClaimsSet.Builder
- OAuth 2.0 トークンが発行された時刻を識別する、issues at
(iat)要求を設定します。 - issuer(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- 結果の
AbstractOAuth2AuthorizationServerMetadataでこのissuerを使用します。必須です。 - issuer(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2TokenIntrospection.Builder
- このトークンの発行者を OPTIONAL に設定します。
- issuer(String) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings.Builder
- 認可サーバーが発行者識別子として使用する URL を設定します。
- issuer(String) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenClaimsSet.Builder
- OAuth 2.0 トークンを発行したプリンシパルを識別する発行者
(iss)クレームを設定します。 - ISSUER - Static variable in class org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimNames
issuer- 認可サーバーが発行者識別子としてアサートするURL- ISSUER - Static variable in class org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.AuthorizationServer
- 認可サーバーが発行者識別子として使用する URL を設定します。
- isTlsClientCertificateBoundAccessTokens() - インターフェース org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationServerMetadataClaimAccessor
- 相互 TLS クライアント証明書にバインドされたアクセストークン
(tls_client_certificate_bound_access_tokens)のサポートを示すためにtrueを返します。 - isX509CertificateBoundAccessTokens() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。TokenSettings
tls_client_authまたはself_signed_tls_client_authメソッドを使用するときに、クライアント認証中に受信したクライアントX509Certificateにアクセストークンをバインドする必要がある場合は、trueを返します。
J
- JdbcOAuth2 認可同意サービス - org.springframework.security.oauth2.server.authorization のクラス
OAuth2AuthorizationConsent永続性のためにJdbcOperationsを使用するOAuth2AuthorizationConsentServiceの JDBC 実装。- JdbcOAuth2AuthorizationConsentService(JdbcOperations, RegisteredClientRepository) - クラス org.springframework.security.oauth2.server.authorization のコンストラクター。JdbcOAuth2 認可同意サービス
- 指定されたパラメーターを使用して
JdbcOAuth2AuthorizationConsentServiceを構築します。 - JdbcOAuth2AuthorizationConsentService.OAuth2AuthorizationConsentParametersMapper - org.springframework.security.oauth2.server.authorization のクラス
- JdbcOAuth2AuthorizationConsentService.OAuth2AuthorizationConsentRowMapper - org.springframework.security.oauth2.server.authorization のクラス
- JdbcOAuth2 認証サービス - org.springframework.security.oauth2.server.authorization のクラス
- JdbcOAuth2AuthorizationService(JdbcOperations, RegisteredClientRepository) - クラス org.springframework.security.oauth2.server.authorization のコンストラクター。JdbcOAuth2 認証サービス
- 指定されたパラメーターを使用して
JdbcOAuth2AuthorizationServiceを構築します。 - JdbcOAuth2AuthorizationService(JdbcOperations, RegisteredClientRepository, LobHandler) - クラス org.springframework.security.oauth2.server.authorization のコンストラクター。JdbcOAuth2 認証サービス
- 指定されたパラメーターを使用して
JdbcOAuth2AuthorizationServiceを構築します。 - JdbcOAuth2AuthorizationService.OAuth2AuthorizationParametersMapper - org.springframework.security.oauth2.server.authorization のクラス
- JdbcOAuth2AuthorizationService.OAuth2AuthorizationRowMapper - org.springframework.security.oauth2.server.authorization のクラス
- JdbcRegisteredClientRepository - org.springframework.security.oauth2.server.authorization.client のクラス
- JdbcRegisteredClientRepository(JdbcOperations) - クラス org.springframework.security.oauth2.server.authorization.client. JdbcRegisteredClientRepository のコンストラクター
- 指定されたパラメーターを使用して
JdbcRegisteredClientRepositoryを構築します。 - JdbcRegisteredClientRepository.RegisteredClientParametersMapper - org.springframework.security.oauth2.server.authorization.client のクラス
- JdbcRegisteredClientRepository.RegisteredClientRowMapper - org.springframework.security.oauth2.server.authorization.client のクラス
- JTI - Static variable in class org.springframework.security.oauth2.server.authorization.token.OAuth2TokenClaimNames
jti- ID クレームは、OAuth 2.0 トークンの一意の識別子を提供します- JWK_SET_ENDPOINT - Static variable in class org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.AuthorizationServer
- JWK Set エンドポイントを設定します。
- JWK_SET_URL - Static variable in class org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.Client
- クライアントの JSON Web キーセットの
URLを設定します。 - JWKS_URI - Static variable in class org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimNames
jwks_uri- JSON Web キーセットのURL- JWKS_URI - Static variable in class org.springframework.security.oauth2.server.authorization.oidc.OidcClientMetadataClaimNames
jwks_uri- クライアントの JSON Web キーセットのURL- jwkSetEndpoint(String) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings.Builder
- JWK Set エンドポイントを設定します。
- jwkSetUrl(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- 結果の
AbstractOAuth2AuthorizationServerMetadata、OPTIONAL でこのjwks_uriを使用します。 - jwkSetUrl(String) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration.Builder
- クライアントの JSON Web キーセット、OPTIONAL の
URLを設定します。 - jwkSetUrl(String) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。ClientSettings.Builder
- クライアントの JSON Web キーセットの
URLを設定します。 - JwtClientAssertionAuthenticationConverter - org.springframework.security.oauth2.server.authorization.web.authentication のクラス
- JWT クライアントアサーションクレデンシャルを
HttpServletRequestから抽出し、クライアントの認証に使用されるOAuth2ClientAuthenticationTokenに変換しようとします。 - JwtClientAssertionAuthenticationConverter() - クラス org.springframework.security.oauth2.server.authorization.web.authentication. JwtClientAssertionAuthenticationConverter のコンストラクター
- JwtClientAssertionAuthenticationProvider - org.springframework.security.oauth2.server.authorization.authentication のクラス
Jwtclient_assertionパラメーターを認証する OAuth 2.0 クライアント認証に使用されるAuthenticationProvider実装。- JwtClientAssertionAuthenticationProvider(RegisteredClientRepository, OAuth2AuthorizationService) - クラス org.springframework.security.oauth2.server.authorization.authentication. JwtClientAssertionAuthenticationProvider のコンストラクター
- 指定されたパラメーターを使用して
JwtClientAssertionAuthenticationProviderを構築します。 - JwtClientAssertionDecoderFactory - org.springframework.security.oauth2.server.authorization.authentication のクラス
- JwtClientAssertionDecoderFactory() - クラス org.springframework.security.oauth2.server.authorization.authentication. JwtClientAssertionDecoderFactory のコンストラクター
- jwtDecoder(JWKSource<SecurityContext>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configuration.OAuth2AuthorizationServerConfiguration の静的メソッド
- JwtEncodingContext - org.springframework.security.oauth2.server.authorization.token のクラス
Jwtをエンコードするときに使用されるOAuth2TokenContext実装。- JwtEncodingContext.Builder - org.springframework.security.oauth2.server.authorization.token のクラス
JwtEncodingContextのビルダー。- JwtGenerator - org.springframework.security.oauth2.server.authorization.token のクラス
- JwtGenerator(JwtEncoder) - クラス org.springframework.security.oauth2.server.authorization.token. JwtGenerator のコンストラクター
- 指定されたパラメーターを使用して
JwtGeneratorを構築します。
L
- logoutEndpoint(Customizer<OidcLogoutEndpointConfigurer>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OidcConfigurer
- OpenID Connect 1.0 RP 開始ログアウトエンドポイントを構成します。
- logoutRequestConverter(AuthenticationConverter) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OidcLogoutEndpointConfigurer
HttpServletRequestからログアウトリクエストを抽出しようとするときに使用されるAuthenticationConverterを、リクエストの認証に使用されるOidcLogoutAuthenticationTokenのインスタンスに追加します。- logoutRequestConverters(Consumer<List<AuthenticationConverter>>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OidcLogoutEndpointConfigurer
- デフォルトの
Listおよび (オプションで) 追加されたAuthenticationConverterへのアクセスを提供するConsumerを設定して、特定のAuthenticationConverterを追加、削除、カスタマイズする機能を許可します。 - logoutResponseHandler(AuthenticationSuccessHandler) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OidcLogoutEndpointConfigurer
OidcLogoutAuthenticationTokenの処理とログアウトの実行に使用されるAuthenticationSuccessHandlerを設定します。
M
- mapRow(ResultSet, int) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。JdbcRegisteredClientRepository.RegisteredClientRowMapper
- mapRow(ResultSet, int) - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2AuthorizationConsentService.OAuth2AuthorizationConsentRowMapper
- mapRow(ResultSet, int) - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2AuthorizationService.OAuth2AuthorizationRowMapper
- MULTIPLE_ISSUERS_ALLOWED - Static variable in class org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.AuthorizationServer
- ホストごとに複数の発行者が許可されている場合は、
trueに設定します。 - multipleIssuersAllowed(boolean) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings.Builder
- ホストごとに複数の発行者が許可されている場合は、
trueに設定します。
N
- NBF - Static variable in class org.springframework.security.oauth2.server.authorization.token.OAuth2TokenClaimNames
nbf- Not Before クレームは、処理のために OAuth 2.0 トークンを受け入れてはならない時刻を識別します。- NimbusJwkSetEndpointFilter - org.springframework.security.oauth2.server.authorization.web のクラス
- JWK Set リクエストを処理する
Filter。 - NimbusJwkSetEndpointFilter(JWKSource<SecurityContext>) - クラス org.springframework.security.oauth2.server.authorization.web. NimbusJwkSetEndpointFilter のコンストラクター
- 指定されたパラメーターを使用して
NimbusJwkSetEndpointFilterを構築します。 - NimbusJwkSetEndpointFilter(JWKSource<SecurityContext>, String) - クラス org.springframework.security.oauth2.server.authorization.web. NimbusJwkSetEndpointFilter のコンストラクター
- 指定されたパラメーターを使用して
NimbusJwkSetEndpointFilterを構築します。 - notBefore(Instant) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2TokenIntrospection.Builder
- このトークンが以前に使用されない時期を示す時間を設定します (OPTIONAL)。
- notBefore(Instant) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenClaimsSet.Builder
- not before
(nbf)クレームを設定します。これは、OAuth 2.0 トークンが処理のために受け入れられてはならない時刻を示します。
O
- OAuth2AccessTokenAuthenticationContext - org.springframework.security.oauth2.server.authorization.authentication のクラス
OAuth2AccessTokenAuthenticationTokenと追加情報を保持し、OAuth2AccessTokenResponseをカスタマイズするときに使用されるOAuth2AuthenticationContext。- OAuth2AccessTokenAuthenticationContext.Builder - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth2AccessTokenAuthenticationToken - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 アクセストークンと (オプションの) リフレッシュトークンを発行するときに使用される
Authentication実装。 - OAuth2AccessTokenAuthenticationToken(RegisteredClient, Authentication, OAuth2AccessToken) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2AccessTokenAuthenticationToken
- 指定されたパラメーターを使用して
OAuth2AccessTokenAuthenticationTokenを構築します。 - OAuth2AccessTokenAuthenticationToken(RegisteredClient, Authentication, OAuth2AccessToken, OAuth2RefreshToken) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2AccessTokenAuthenticationToken
- 指定されたパラメーターを使用して
OAuth2AccessTokenAuthenticationTokenを構築します。 - OAuth2AccessTokenAuthenticationToken(RegisteredClient, Authentication, OAuth2AccessToken, OAuth2RefreshToken, Map<String, Object>) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2AccessTokenAuthenticationToken
- 指定されたパラメーターを使用して
OAuth2AccessTokenAuthenticationTokenを構築します。 - OAuth2AccessTokenGenerator - org.springframework.security.oauth2.server.authorization.token のクラス
- OAuth2AccessTokenGenerator() - クラス org.springframework.security.oauth2.server.authorization.token のコンストラクター。OAuth2AccessTokenGenerator
- OAuth2AccessTokenResponseAuthenticationSuccessHandler - org.springframework.security.oauth2.server.authorization.web.authentication のクラス
OAuth2AccessTokenAuthenticationTokenを処理し、Access Token Responseを返すために使用されるAuthenticationSuccessHandlerの実装。- OAuth2AccessTokenResponseAuthenticationSuccessHandler() - クラス org.springframework.security.oauth2.server.authorization.web.authentication のコンストラクター。OAuth2AccessTokenResponseAuthenticationSuccessHandler
- OAuth2AuthenticationContext - org.springframework.security.oauth2.server.authorization.authentication のインターフェース
Authenticationおよび (オプションで) 追加情報を保持し、AuthenticationProviderで使用されるコンテキスト。- OAuth2AuthenticationContext.AbstractBuilder< T extends OAuth2AuthenticationContext ,
B extends OAuth2AuthenticationContext.AbstractBuilder < T , B >> - org.springframework.security.oauth2.server.authorization.authentication のクラス OAuth2AuthenticationContextのサブクラスのビルダー。- OAuth2Authorization - org.springframework.security.oauth2.server.authorization のクラス
- OAuth 2.0 Authorization の表現。これは、
resource ownerまたはclient_credentialsグラント型の場合はそれ自体によってclientに付与された認可に関連する状態を保持します。 - OAuth2Authorization() - クラス org.springframework.security.oauth2.server.authorization のコンストラクター。OAuth2Authorization
- OAuth2Authorization.Builder - org.springframework.security.oauth2.server.authorization のクラス
OAuth2Authorizationのビルダー。- OAuth2Authorization.Token< T extends org.springframework.security.oauth2.core.OAuth2Token> - org.springframework.security.oauth2.server.authorization のクラス
- OAuth 2.0 トークンとそれに関連付けられたメタデータの所有者。
- OAuth2AuthorizationCode - org.springframework.security.oauth2.server.authorization のクラス
- OAuth 2.0 Authorization Code Grant を表す
AbstractOAuth2Tokenの実装。 - OAuth2AuthorizationCode(String, Instant, Instant) - クラス org.springframework.security.oauth2.server.authorization のコンストラクター。OAuth2AuthorizationCode
- 指定されたパラメーターを使用して
OAuth2AuthorizationCodeを構築します。 - OAuth2AuthorizationCodeAuthenticationConverter - org.springframework.security.oauth2.server.authorization.web.authentication のクラス
- OAuth 2.0 Authorization Code Grant のために
HttpServletRequestから Access Token Request を抽出し、それを Authorization grant の認証に使用されるOAuth2AuthorizationCodeAuthenticationTokenに変換しようとします。 - OAuth2AuthorizationCodeAuthenticationConverter() - クラス org.springframework.security.oauth2.server.authorization.web.authentication のコンストラクター。OAuth2AuthorizationCodeAuthenticationConverter
- OAuth2AuthorizationCodeAuthenticationProvider - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 Authorization Code Grant の
AuthenticationProvider実装。 - OAuth2AuthorizationCodeAuthenticationProvider(OAuth2AuthorizationService, OAuth2TokenGenerator<? extends OAuth2Token>) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2AuthorizationCodeAuthenticationProvider
- 指定されたパラメーターを使用して
OAuth2AuthorizationCodeAuthenticationProviderを構築します。 - OAuth2AuthorizationCodeAuthenticationToken - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 Authorization Code Grant に使用される
Authentication実装。 - OAuth2AuthorizationCodeAuthenticationToken(String, Authentication, String, Map<String, Object>) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2AuthorizationCodeAuthenticationToken
- 指定されたパラメーターを使用して
OAuth2AuthorizationCodeAuthenticationTokenを構築します。 - OAuth2AuthorizationCodeRequestAuthenticationContext - org.springframework.security.oauth2.server.authorization.authentication のクラス
OAuth2AuthorizationCodeRequestAuthenticationTokenと追加情報を保持し、OAuth 2.0 認可リクエストパラメーターを検証するとき、および認可の同意が必要かどうかを判断するときに使用されるOAuth2AuthenticationContext。- OAuth2AuthorizationCodeRequestAuthenticationContext.Builder - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth2AuthorizationCodeRequestAuthenticationConverter - org.springframework.security.oauth2.server.authorization.web.authentication のクラス
- OAuth 2.0 Authorization Code Grant のために
HttpServletRequestから Authorization Request を抽出し、それをリクエストの認証に使用されるOAuth2AuthorizationCodeRequestAuthenticationTokenに変換しようとします。 - OAuth2AuthorizationCodeRequestAuthenticationConverter() - クラス org.springframework.security.oauth2.server.authorization.web.authentication のコンストラクター。OAuth2AuthorizationCodeRequestAuthenticationConverter
- OAuth2AuthorizationCodeRequestAuthenticationException - org.springframework.security.oauth2.server.authorization.authentication の例外
- この例外は、OAuth 2.0 Authorization Request (または Consent) を認証しようとして失敗した場合に、
OAuth2AuthorizationCodeRequestAuthenticationProviderによってスローされます。 - OAuth2AuthorizationCodeRequestAuthenticationException(OAuth2Error, Throwable, OAuth2AuthorizationCodeRequestAuthenticationToken) - 例外 org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2AuthorizationCodeRequestAuthenticationException
- 指定されたパラメーターを使用して
OAuth2AuthorizationCodeRequestAuthenticationExceptionを構築します。 - OAuth2AuthorizationCodeRequestAuthenticationException(OAuth2Error, OAuth2AuthorizationCodeRequestAuthenticationToken) - 例外 org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2AuthorizationCodeRequestAuthenticationException
- 指定されたパラメーターを使用して
OAuth2AuthorizationCodeRequestAuthenticationExceptionを構築します。 - OAuth2AuthorizationCodeRequestAuthenticationProvider - org.springframework.security.oauth2.server.authorization.authentication のクラス
- Authorization Code Grant で使用される OAuth 2.0 Authorization Request の
AuthenticationProvider実装。 - OAuth2AuthorizationCodeRequestAuthenticationProvider(RegisteredClientRepository, OAuth2AuthorizationService, OAuth2AuthorizationConsentService) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2AuthorizationCodeRequestAuthenticationProvider
- 指定されたパラメーターを使用して
OAuth2AuthorizationCodeRequestAuthenticationProviderを構築します。 - OAuth2AuthorizationCodeRequestAuthenticationToken - org.springframework.security.oauth2.server.authorization.authentication のクラス
- Authorization Code Grant で使用される OAuth 2.0 Authorization Request の
Authentication実装。 - OAuth2AuthorizationCodeRequestAuthenticationToken(String, String, Authentication, String, String, Set<String>, Map<String, Object>) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2AuthorizationCodeRequestAuthenticationToken
- 指定されたパラメーターを使用して
OAuth2AuthorizationCodeRequestAuthenticationTokenを構築します。 - OAuth2AuthorizationCodeRequestAuthenticationToken(String, String, Authentication, OAuth2AuthorizationCode, String, String, Set<String>) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2AuthorizationCodeRequestAuthenticationToken
- 指定されたパラメーターを使用して
OAuth2AuthorizationCodeRequestAuthenticationTokenを構築します。 - OAuth2AuthorizationCodeRequestAuthenticationValidator - org.springframework.security.oauth2.server.authorization.authentication のクラス
OAuth2AuthorizationCodeRequestAuthenticationTokenを含むOAuth2AuthorizationCodeRequestAuthenticationContextへのアクセスを提供するConsumerは、Authorization Code Grant で使用される特定の OAuth 2.0 Authorization Request パラメーターを検証するために使用されるデフォルトのauthentication validatorです。- OAuth2AuthorizationCodeRequestAuthenticationValidator() - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2AuthorizationCodeRequestAuthenticationValidator
- OAuth2AuthorizationConsent - org.springframework.security.oauth2.server.authorization のクラス
resource ownerによってclientに付与されたauthoritiesのセットに関連する状態を保持する、Authorization リクエストに対する OAuth 2.0 の「同意」の表現。- OAuth2AuthorizationConsent.Builder - org.springframework.security.oauth2.server.authorization のクラス
OAuth2AuthorizationConsentのビルダー。- OAuth2AuthorizationConsentAuthenticationContext - org.springframework.security.oauth2.server.authorization.authentication のクラス
OAuth2AuthorizationConsent.Builderと追加情報を保持し、OAuth2AuthorizationConsentの構築をカスタマイズするときに使用されるOAuth2AuthenticationContext。- OAuth2AuthorizationConsentAuthenticationContext.Builder - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth2AuthorizationConsentAuthenticationConverter - org.springframework.security.oauth2.server.authorization.web.authentication のクラス
- OAuth 2.0 Authorization Code Grant のために
HttpServletRequestから Authorization Consent を抽出し、それをリクエストの認証に使用されるOAuth2AuthorizationConsentAuthenticationTokenに変換しようとします。 - OAuth2AuthorizationConsentAuthenticationConverter() - クラス org.springframework.security.oauth2.server.authorization.web.authentication のコンストラクター。OAuth2AuthorizationConsentAuthenticationConverter
- OAuth2AuthorizationConsentAuthenticationProvider - org.springframework.security.oauth2.server.authorization.authentication のクラス
- Authorization Code Grant で使用される OAuth 2.0 Authorization Consent の
AuthenticationProvider実装。 - OAuth2AuthorizationConsentAuthenticationProvider(RegisteredClientRepository, OAuth2AuthorizationService, OAuth2AuthorizationConsentService) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2AuthorizationConsentAuthenticationProvider
- 指定されたパラメーターを使用して
OAuth2AuthorizationConsentAuthenticationProviderを構築します。 - OAuth2AuthorizationConsentAuthenticationToken - org.springframework.security.oauth2.server.authorization.authentication のクラス
- Authorization Code Grant で使用される OAuth 2.0 Authorization Consent の
Authentication実装。 - OAuth2AuthorizationConsentAuthenticationToken(String, String, Authentication, String, Set<String>, Map<String, Object>) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2AuthorizationConsentAuthenticationToken
- 指定されたパラメーターを使用して
OAuth2AuthorizationConsentAuthenticationTokenを構築します。 - OAuth2AuthorizationConsentParametersMapper() - クラス org.springframework.security.oauth2.server.authorization のコンストラクター。JdbcOAuth2AuthorizationConsentService.OAuth2AuthorizationConsentParametersMapper
- OAuth2AuthorizationConsentRowMapper(RegisteredClientRepository) - クラス org.springframework.security.oauth2.server.authorization のコンストラクター。JdbcOAuth2AuthorizationConsentService.OAuth2AuthorizationConsentRowMapper
- OAuth2AuthorizationConsentService - org.springframework.security.oauth2.server.authorization のインターフェース
- このインターフェースの実装は、
OAuth 2.0 Authorization Consent(s)の管理を担当します。 - OAuth2AuthorizationEndpointConfigurer - org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のクラス
- OAuth 2.0 認可エンドポイントの設定者。
- OAuth2AuthorizationEndpointFilter - org.springframework.security.oauth2.server.authorization.web のクラス
- OAuth 2.0 Authorization Request and Consent の処理を処理する OAuth 2.0 Authorization Code Grant の
Filter。 - OAuth2AuthorizationEndpointFilter(AuthenticationManager) - クラス org.springframework.security.oauth2.server.authorization.web のコンストラクター。OAuth2AuthorizationEndpointFilter
- 指定されたパラメーターを使用して
OAuth2AuthorizationEndpointFilterを構築します。 - OAuth2AuthorizationEndpointFilter(AuthenticationManager, String) - クラス org.springframework.security.oauth2.server.authorization.web のコンストラクター。OAuth2AuthorizationEndpointFilter
- 指定されたパラメーターを使用して
OAuth2AuthorizationEndpointFilterを構築します。 - OAuth2AuthorizationGrantAuthenticationToken - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 Authorization Grant を表す
Authenticationの基本実装。 - OAuth2AuthorizationGrantAuthenticationToken(AuthorizationGrantType, Authentication, Map<String, Object>) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2AuthorizationGrantAuthenticationToken
- サブクラスコンストラクター。
- OAuth2AuthorizationParametersMapper() - クラス org.springframework.security.oauth2.server.authorization のコンストラクター。JdbcOAuth2AuthorizationService.OAuth2AuthorizationParametersMapper
- OAuth2AuthorizationRowMapper(RegisteredClientRepository) - クラス org.springframework.security.oauth2.server.authorization のコンストラクター。JdbcOAuth2AuthorizationService.OAuth2AuthorizationRowMapper
- OAuth2AuthorizationServerConfiguration - org.springframework.security.oauth2.server.authorization.config.annotation.web.configuration のクラス
- OAuth 2.0 認可サーバーのサポートのための
Configuration。 - OAuth2AuthorizationServerConfiguration() - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configuration のコンストラクター。OAuth2AuthorizationServerConfiguration
- OAuth2AuthorizationServerConfigurer - org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のクラス
- OAuth 2.0 Authorization Server サポート用の
AbstractHttpConfigurer。 - OAuth2AuthorizationServerConfigurer() - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のコンストラクター。OAuth2AuthorizationServerConfigurer
- OAuth2AuthorizationServerJackson2Module - org.springframework.security.oauth2.server.authorization.jackson2 のクラス
- Jackson
Moduleforspring-authorization-serverは、次のミックスインアノテーションを登録します。UnmodifiableMapMixinHashSetMixinOAuth2AuthorizationRequestMixinOAuth2TokenExchangeCompositeAuthenticationTokenMixinDurationMixinJwsAlgorithmMixinOAuth2TokenFormatMixinStringArrayMixinまだ有効になっていない場合、オブジェクトを適切に直列化 / 逆直列化するには型情報が必要なため、デフォルトの型指定が自動的に有効になります。 - OAuth2AuthorizationServerJackson2Module() - クラス org.springframework.security.oauth2.server.authorization.jackson2 のコンストラクター。OAuth2AuthorizationServerJackson2Module
- OAuth2AuthorizationServerMetadata - org.springframework.security.oauth2.server.authorization のクラス
- OAuth 2.0 認可サーバーのメタデータエンドポイントから返される OAuth 2.0 認可サーバーメタデータレスポンスの表現であり、認可サーバーの構成に関する一連のクレームが含まれています。
- OAuth2AuthorizationServerMetadata.Builder - org.springframework.security.oauth2.server.authorization のクラス
OAuth2AuthorizationServerMetadataの構成に役立ちます。- OAuth2AuthorizationServerMetadataClaimAccessor - org.springframework.security.oauth2.server.authorization のインターフェース
- OAuth 2.0 Authorization Server Metadata および OpenID Connect Discovery 1.0 で使用される、認可サーバーがその構成について記述する「クレーム」の
ClaimAccessor。 - OAuth2AuthorizationServerMetadataClaimNames - org.springframework.security.oauth2.server.authorization のクラス
- OAuth 2.0 Authorization Server Metadata および OpenID Connect Discovery 1.0 で使用される、認可サーバーがその構成について記述する「クレーム」の名前。
- OAuth2AuthorizationServerMetadataClaimNames() - クラス org.springframework.security.oauth2.server.authorization のコンストラクター。OAuth2AuthorizationServerMetadataClaimNames
- OAuth2AuthorizationServerMetadataEndpointConfigurer - org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のクラス
- OAuth 2.0 認可サーバーメタデータエンドポイントの設定者。
- OAuth2AuthorizationServerMetadataEndpointFilter - org.springframework.security.oauth2.server.authorization.web のクラス
- OAuth 2.0 Authorization Server Metadata Requests を処理する
Filter。 - OAuth2AuthorizationServerMetadataEndpointFilter() - クラス org.springframework.security.oauth2.server.authorization.web のコンストラクター。OAuth2AuthorizationServerMetadataEndpointFilter
- OAuth2AuthorizationServerMetadataHttpMessageConverter - org.springframework.security.oauth2.server.authorization.http.converter のクラス
OAuth 2.0 Authorization Server Metadata ResponseのHttpMessageConverter。- OAuth2AuthorizationServerMetadataHttpMessageConverter() - クラス org.springframework.security.oauth2.server.authorization.http.converter のコンストラクター。OAuth2AuthorizationServerMetadataHttpMessageConverter
- OAuth2AuthorizationService - org.springframework.security.oauth2.server.authorization のインターフェース
- このインターフェースの実装は、
OAuth 2.0 Authorization(s)の管理を担当します。 - OAuth2ClientAuthenticationConfigurer - org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のクラス
- OAuth 2.0 クライアント認証の設定ツール。
- OAuth2ClientAuthenticationContext - org.springframework.security.oauth2.server.authorization.authentication のクラス
OAuth2ClientAuthenticationTokenと追加情報を保持し、OAuth 2.0 クライアント認証を検証するときに使用されるOAuth2AuthenticationContext。- OAuth2ClientAuthenticationContext.Builder - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth2ClientAuthenticationFilter - org.springframework.security.oauth2.server.authorization.web のクラス
- OAuth 2.0 クライアントの認証リクエストを処理する
Filter。 - OAuth2ClientAuthenticationFilter(AuthenticationManager, RequestMatcher) - クラス org.springframework.security.oauth2.server.authorization.web のコンストラクター。OAuth2ClientAuthenticationFilter
- 指定されたパラメーターを使用して
OAuth2ClientAuthenticationFilterを構築します。 - OAuth2ClientAuthenticationToken - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 クライアント認証に使用される
Authentication実装。 - OAuth2ClientAuthenticationToken(String, ClientAuthenticationMethod, Object, Map<String, Object>) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2ClientAuthenticationToken
- 指定されたパラメーターを使用して
OAuth2ClientAuthenticationTokenを構築します。 - OAuth2ClientAuthenticationToken(RegisteredClient, ClientAuthenticationMethod, Object) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2ClientAuthenticationToken
- 指定されたパラメーターを使用して
OAuth2ClientAuthenticationTokenを構築します。 - OAuth2ClientCredentialsAuthenticationContext - org.springframework.security.oauth2.server.authorization.authentication のクラス
OAuth2ClientCredentialsAuthenticationTokenと追加情報を保持し、OAuth 2.0 クライアント資格情報付与リクエストを検証するときに使用されるOAuth2AuthenticationContext。- OAuth2ClientCredentialsAuthenticationContext.Builder - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth2ClientCredentialsAuthenticationConverter - org.springframework.security.oauth2.server.authorization.web.authentication のクラス
- OAuth 2.0 クライアントクレデンシャルグラントのために
HttpServletRequestからアクセストークンリクエストを抽出し、認可グラントの認証に使用されるOAuth2ClientCredentialsAuthenticationTokenに変換しようとします。 - OAuth2ClientCredentialsAuthenticationConverter() - クラス org.springframework.security.oauth2.server.authorization.web.authentication のコンストラクター。OAuth2ClientCredentialsAuthenticationConverter
- OAuth2ClientCredentialsAuthenticationProvider - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 Client Credentials Grant の
AuthenticationProvider実装。 - OAuth2ClientCredentialsAuthenticationProvider(OAuth2AuthorizationService, OAuth2TokenGenerator<? extends OAuth2Token>) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2ClientCredentialsAuthenticationProvider
- 指定されたパラメーターを使用して
OAuth2ClientCredentialsAuthenticationProviderを構築します。 - OAuth2ClientCredentialsAuthenticationToken - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 Client Credentials Grant に使用される
Authentication実装。 - OAuth2ClientCredentialsAuthenticationToken(Authentication, Set<String>, Map<String, Object>) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2ClientCredentialsAuthenticationToken
- 指定されたパラメーターを使用して
OAuth2ClientCredentialsAuthenticationTokenを構築します。 - OAuth2ClientCredentialsAuthenticationValidator - org.springframework.security.oauth2.server.authorization.authentication のクラス
OAuth2ClientCredentialsAuthenticationTokenを含むOAuth2ClientCredentialsAuthenticationContextへのアクセスを提供するConsumerは、特定の OAuth 2.0 クライアント資格情報付与リクエストパラメーターを検証するために使用されるデフォルトのauthentication validatorです。- OAuth2ClientCredentialsAuthenticationValidator() - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2ClientCredentialsAuthenticationValidator
- OAuth2DeviceAuthorizationConsentAuthenticationConverter - org.springframework.security.oauth2.server.authorization.web.authentication のクラス
- OAuth 2.0 デバイス認証付与のデバイス認証同意を
HttpServletRequestから抽出しようと試み、それをリクエストの認証に使用されるOAuth2DeviceAuthorizationConsentAuthenticationTokenに変換します。 - OAuth2DeviceAuthorizationConsentAuthenticationConverter() - クラス org.springframework.security.oauth2.server.authorization.web.authentication のコンストラクター。OAuth2DeviceAuthorizationConsentAuthenticationConverter
- OAuth2DeviceAuthorizationConsentAuthenticationProvider - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 デバイス認証付与で使用されるデバイス認証同意の
AuthenticationProvider実装。 - OAuth2DeviceAuthorizationConsentAuthenticationProvider(RegisteredClientRepository, OAuth2AuthorizationService, OAuth2AuthorizationConsentService) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2DeviceAuthorizationConsentAuthenticationProvider
- 指定されたパラメーターを使用して
OAuth2DeviceAuthorizationConsentAuthenticationProviderを構築します。 - OAuth2DeviceAuthorizationConsentAuthenticationToken - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 デバイス認証付与で使用されるデバイス認証同意の
Authentication実装。 - OAuth2DeviceAuthorizationConsentAuthenticationToken(String, String, Authentication, String, String, Set<String>, Map<String, Object>) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2DeviceAuthorizationConsentAuthenticationToken
- 指定されたパラメーターを使用して
OAuth2DeviceAuthorizationConsentAuthenticationTokenを構築します。 - OAuth2DeviceAuthorizationConsentAuthenticationToken(String, String, Authentication, String, String, Set<String>, Set<String>) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2DeviceAuthorizationConsentAuthenticationToken
- 指定されたパラメーターを使用して
OAuth2DeviceAuthorizationConsentAuthenticationTokenを構築します。 - OAuth2DeviceAuthorizationEndpointConfigurer - org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のクラス
- OAuth 2.0 デバイス認証エンドポイントのコンフィギュラー。
- OAuth2DeviceAuthorizationEndpointFilter - org.springframework.security.oauth2.server.authorization.web のクラス
- OAuth 2.0 デバイス認証エンドポイントの
Filter。OAuth 2.0 デバイス認証リクエストの処理を処理します。 - OAuth2DeviceAuthorizationEndpointFilter(AuthenticationManager) - クラス org.springframework.security.oauth2.server.authorization.web のコンストラクター。OAuth2DeviceAuthorizationEndpointFilter
- 指定されたパラメーターを使用して
OAuth2DeviceAuthorizationEndpointFilterを構築します。 - OAuth2DeviceAuthorizationEndpointFilter(AuthenticationManager, String) - クラス org.springframework.security.oauth2.server.authorization.web のコンストラクター。OAuth2DeviceAuthorizationEndpointFilter
- 指定されたパラメーターを使用して
OAuth2DeviceAuthorizationEndpointFilterを構築します。 - OAuth2DeviceAuthorizationRequestAuthenticationConverter - org.springframework.security.oauth2.server.authorization.web.authentication のクラス
- OAuth 2.0 デバイス認証認可のデバイス認証リクエストを
HttpServletRequestから抽出しようと試み、それをリクエストの認証に使用されるOAuth2DeviceAuthorizationRequestAuthenticationTokenに変換します。 - OAuth2DeviceAuthorizationRequestAuthenticationConverter() - クラス org.springframework.security.oauth2.server.authorization.web.authentication のコンストラクター。OAuth2DeviceAuthorizationRequestAuthenticationConverter
- OAuth2DeviceAuthorizationRequestAuthenticationProvider - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 Device Authorization Grant で使用されるデバイス認証リクエストの
AuthenticationProvider実装。 - OAuth2DeviceAuthorizationRequestAuthenticationProvider(OAuth2AuthorizationService) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2DeviceAuthorizationRequestAuthenticationProvider
- 指定されたパラメーターを使用して
OAuth2DeviceAuthorizationRequestAuthenticationProviderを構築します。 - OAuth2DeviceAuthorizationRequestAuthenticationToken - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 Device Authorization Grant で使用されるデバイス認証リクエストの
Authentication実装。 - OAuth2DeviceAuthorizationRequestAuthenticationToken(Authentication, String, Set<String>, Map<String, Object>) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2DeviceAuthorizationRequestAuthenticationToken
- 指定されたパラメーターを使用して
OAuth2DeviceAuthorizationRequestAuthenticationTokenを構築します。 - OAuth2DeviceAuthorizationRequestAuthenticationToken(Authentication, Set<String>, OAuth2DeviceCode, OAuth2UserCode) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2DeviceAuthorizationRequestAuthenticationToken
- 指定されたパラメーターを使用して
OAuth2DeviceAuthorizationRequestAuthenticationTokenを構築します。 - OAuth2DeviceCodeAuthenticationConverter - org.springframework.security.oauth2.server.authorization.web.authentication のクラス
- OAuth 2.0 デバイス認可付与のデバイスアクセストークンリクエストを
HttpServletRequestから抽出しようと試み、それを認可付与の認証に使用されるOAuth2DeviceCodeAuthenticationTokenに変換します。 - OAuth2DeviceCodeAuthenticationConverter() - クラス org.springframework.security.oauth2.server.authorization.web.authentication のコンストラクター。OAuth2DeviceCodeAuthenticationConverter
- OAuth2DeviceCodeAuthenticationProvider - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 Device Authorization Grant で使用されるデバイスアクセストークンリクエストの
AuthenticationProvider実装。 - OAuth2DeviceCodeAuthenticationProvider(OAuth2AuthorizationService, OAuth2TokenGenerator<? extends OAuth2Token>) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2DeviceCodeAuthenticationProvider
- 指定されたパラメーターを使用して
OAuth2DeviceCodeAuthenticationProviderを構築します。 - OAuth2DeviceCodeAuthenticationToken - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 Device Authorization Grant で使用されるデバイスアクセストークンリクエストの
Authentication実装。 - OAuth2DeviceCodeAuthenticationToken(String, Authentication, Map<String, Object>) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2DeviceCodeAuthenticationToken
- 指定されたパラメーターを使用して
OAuth2DeviceCodeAuthenticationTokenを構築します。 - OAuth2DeviceVerificationAuthenticationConverter - org.springframework.security.oauth2.server.authorization.web.authentication のクラス
- OAuth 2.0 Device Authorization Grant のユーザーコードを
HttpServletRequestから抽出しようと試み、それをリクエストの認証に使用されるOAuth2DeviceVerificationAuthenticationTokenに変換します。 - OAuth2DeviceVerificationAuthenticationConverter() - クラス org.springframework.security.oauth2.server.authorization.web.authentication のコンストラクター。OAuth2DeviceVerificationAuthenticationConverter
- OAuth2DeviceVerificationAuthenticationProvider - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 Device Authorization Grant で使用されるデバイス検証リクエスト (ユーザーコードの送信) の
AuthenticationProvider実装。 - OAuth2DeviceVerificationAuthenticationProvider(RegisteredClientRepository, OAuth2AuthorizationService, OAuth2AuthorizationConsentService) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2DeviceVerificationAuthenticationProvider
- 指定されたパラメーターを使用して
OAuth2DeviceVerificationAuthenticationProviderを構築します。 - OAuth2DeviceVerificationAuthenticationToken - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 Device Authorization Grant で使用されるデバイス検証リクエスト (ユーザーコードの送信) の
Authentication実装。 - OAuth2DeviceVerificationAuthenticationToken(Authentication, String, String) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2DeviceVerificationAuthenticationToken
- 指定されたパラメーターを使用して
OAuth2DeviceVerificationAuthenticationTokenを構築します。 - OAuth2DeviceVerificationAuthenticationToken(Authentication, String, Map<String, Object>) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2DeviceVerificationAuthenticationToken
- 指定されたパラメーターを使用して
OAuth2DeviceVerificationAuthenticationTokenを構築します。 - OAuth2DeviceVerificationEndpointConfigurer - org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のクラス
- OAuth 2.0 デバイス検証エンドポイントのコンフィギュラー。
- OAuth2DeviceVerificationEndpointFilter - org.springframework.security.oauth2.server.authorization.web のクラス
- OAuth 2.0 デバイス認証認可の
Filter。デバイス検証リクエスト (ユーザーコードの送信) とデバイス認証同意の処理を処理します。 - OAuth2DeviceVerificationEndpointFilter(AuthenticationManager) - クラス org.springframework.security.oauth2.server.authorization.web のコンストラクター。OAuth2DeviceVerificationEndpointFilter
- 指定されたパラメーターを使用して
OAuth2DeviceVerificationEndpointFilterを構築します。 - OAuth2DeviceVerificationEndpointFilter(AuthenticationManager, String) - クラス org.springframework.security.oauth2.server.authorization.web のコンストラクター。OAuth2DeviceVerificationEndpointFilter
- 指定されたパラメーターを使用して
OAuth2DeviceVerificationEndpointFilterを構築します。 - OAuth2ErrorAuthenticationFailureHandler - org.springframework.security.oauth2.server.authorization.web.authentication のクラス
OAuth2AuthenticationExceptionを処理し、OAuth 2.0 Error Responseを返すために使用されるAuthenticationFailureHandlerの実装。- OAuth2ErrorAuthenticationFailureHandler() - クラス org.springframework.security.oauth2.server.authorization.web.authentication のコンストラクター。OAuth2ErrorAuthenticationFailureHandler
- OAuth2RefreshTokenAuthenticationConverter - org.springframework.security.oauth2.server.authorization.web.authentication のクラス
- OAuth 2.0 リフレッシュトークングラントのために
HttpServletRequestからアクセストークンリクエストを抽出し、それを認可グラントの認証に使用されるOAuth2RefreshTokenAuthenticationTokenに変換しようとします。 - OAuth2RefreshTokenAuthenticationConverter() - クラス org.springframework.security.oauth2.server.authorization.web.authentication のコンストラクター。OAuth2RefreshTokenAuthenticationConverter
- OAuth2RefreshTokenAuthenticationProvider - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 Refresh Token Grant の
AuthenticationProvider実装。 - OAuth2RefreshTokenAuthenticationProvider(OAuth2AuthorizationService, OAuth2TokenGenerator<? extends OAuth2Token>) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2RefreshTokenAuthenticationProvider
- 指定されたパラメーターを使用して
OAuth2RefreshTokenAuthenticationProviderを構築します。 - OAuth2RefreshTokenAuthenticationToken - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 Refresh Token Grant に使用される
Authentication実装。 - OAuth2RefreshTokenAuthenticationToken(String, Authentication, Set<String>, Map<String, Object>) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2RefreshTokenAuthenticationToken
- 指定されたパラメーターを使用して
OAuth2RefreshTokenAuthenticationTokenを構築します。 - OAuth2RefreshTokenGenerator - org.springframework.security.oauth2.server.authorization.token のクラス
OAuth2RefreshTokenを生成するOAuth2TokenGenerator。- OAuth2RefreshTokenGenerator() - クラス org.springframework.security.oauth2.server.authorization.token のコンストラクター。OAuth2RefreshTokenGenerator
- OAuth2TokenClaimAccessor - org.springframework.security.oauth2.server.authorization.token のインターフェース
OAuth2TokenClaimsSetに含まれる可能性のある「クレーム」のClaimAccessor。- OAuth2TokenClaimNames - org.springframework.security.oauth2.server.authorization.token のクラス
OAuth2TokenClaimsSetに含まれている可能性があり、OAuth2Tokenに関連付けられている「クレーム」の名前。- OAuth2TokenClaimsContext - org.springframework.security.oauth2.server.authorization.token のクラス
- OAuth 2.0 トークンの
claimsへのアクセスを提供し、カスタマイズを可能にするOAuth2TokenContext実装。 - OAuth2TokenClaimsContext.Builder - org.springframework.security.oauth2.server.authorization.token のクラス
OAuth2TokenClaimsContextのビルダー。- OAuth2TokenClaimsSet - org.springframework.security.oauth2.server.authorization.token のクラス
OAuth2Tokenに関連付けられている一連のクレームの表現。- OAuth2TokenClaimsSet.Builder - org.springframework.security.oauth2.server.authorization.token のクラス
OAuth2TokenClaimsSetのビルダー。- OAuth2TokenContext - org.springframework.security.oauth2.server.authorization.token のインターフェース
- OAuth 2.0 トークンに関連付けられる (予定の) 情報を保持し、
OAuth2TokenGeneratorおよびOAuth2TokenCustomizerによって使用されるコンテキスト。 - OAuth2TokenContext.AbstractBuilder< T extends OAuth2TokenContext ,
B extends OAuth2TokenContext.AbstractBuilder < T , B >> - org.springframework.security.oauth2.server.authorization.token のクラス OAuth2TokenContextの実装の基本ビルダー。- OAuth2TokenCustomizer< T extends OAuth2TokenContext > - org.springframework.security.oauth2.server.authorization.token のインターフェース
- このインターフェースの実装は、
OAuth2TokenContext内に含まれる OAuth 2.0 トークン属性をカスタマイズする責任があります。 - OAuth2TokenEndpointConfigurer - org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のクラス
- OAuth 2.0 トークンエンドポイントの設定ツール。
- OAuth2TokenEndpointFilter - org.springframework.security.oauth2.server.authorization.web のクラス
- OAuth 2.0 Authorization Grant の処理を処理する OAuth 2.0 トークンエンドポイントの
Filter。 - OAuth2TokenEndpointFilter(AuthenticationManager) - クラス org.springframework.security.oauth2.server.authorization.web のコンストラクター。OAuth2TokenEndpointFilter
- 指定されたパラメーターを使用して
OAuth2TokenEndpointFilterを構築します。 - OAuth2TokenEndpointFilter(AuthenticationManager, String) - クラス org.springframework.security.oauth2.server.authorization.web のコンストラクター。OAuth2TokenEndpointFilter
- 指定されたパラメーターを使用して
OAuth2TokenEndpointFilterを構築します。 - OAuth2TokenExchangeActor - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 トークン交換許可に使用され、
OAuth2TokenExchangeCompositeAuthenticationToken内のアクターを表すClaimAccessor(例: - OAuth2TokenExchangeActor(Map<String, Object>) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2TokenExchangeActor
- OAuth2TokenExchangeAuthenticationConverter - org.springframework.security.oauth2.server.authorization.web.authentication のクラス
- OAuth 2.0 トークン交換認可の
HttpServletRequestからアクセストークンリクエストを抽出し、それを認可認可の認証に使用されるOAuth2TokenExchangeAuthenticationTokenに変換します。 - OAuth2TokenExchangeAuthenticationConverter() - クラス org.springframework.security.oauth2.server.authorization.web.authentication のコンストラクター。OAuth2TokenExchangeAuthenticationConverter
- OAuth2TokenExchangeAuthenticationProvider - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 トークン交換許可の
AuthenticationProvider実装。 - OAuth2TokenExchangeAuthenticationProvider(OAuth2AuthorizationService, OAuth2TokenGenerator<? extends OAuth2Token>) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2TokenExchangeAuthenticationProvider
- 指定されたパラメーターを使用して
OAuth2TokenExchangeAuthenticationProviderを構築します。 - OAuth2TokenExchangeAuthenticationToken - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 トークン交換許可に使用される
Authentication実装。 - OAuth2TokenExchangeAuthenticationToken(String, String, String, Authentication, String, String, Set<String>, Set<String>, Set<String>, Map<String, Object>) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2TokenExchangeAuthenticationToken
- 指定されたパラメーターを使用して
OAuth2TokenExchangeAuthenticationTokenを構築します。 - OAuth2TokenExchangeCompositeAuthenticationToken - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 トークン交換許可で複合トークン内のプリンシパルを表すために使用される
Authentication実装 (例: - OAuth2TokenExchangeCompositeAuthenticationToken(Authentication, List<OAuth2TokenExchangeActor>) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2TokenExchangeCompositeAuthenticationToken
- OAuth2TokenFormat - org.springframework.security.oauth2.server.authorization.settings のクラス
- OAuth 2.0 トークンの標準データ形式。
- OAuth2TokenFormat(String) - クラス org.springframework.security.oauth2.server.authorization.settings のコンストラクター。OAuth2TokenFormat
- 指定された値を使用して
OAuth2TokenFormatを構築します。 - OAuth2TokenGenerator< T extends org.springframework.security.oauth2.core.OAuth2Token> - org.springframework.security.oauth2.server.authorization.token のインターフェース
- このインターフェースの実装は、
OAuth2TokenContextに含まれる属性を使用してOAuth2Tokenを生成する責任があります。 - OAuth2TokenIntrospection - org.springframework.security.oauth2.server.authorization のクラス
- OAuth 2.0 トークンイントロスペクションレスポンスで返されるクレームの表現。
- OAuth2TokenIntrospection.Builder - org.springframework.security.oauth2.server.authorization のクラス
OAuth2TokenIntrospectionのビルダー。- OAuth2TokenIntrospectionAuthenticationConverter - org.springframework.security.oauth2.server.authorization.web.authentication のクラス
HttpServletRequestからイントロスペクションリクエストを抽出し、リクエストの認証に使用されるOAuth2TokenIntrospectionAuthenticationTokenに変換しようとします。- OAuth2TokenIntrospectionAuthenticationConverter() - クラス org.springframework.security.oauth2.server.authorization.web.authentication のコンストラクター。OAuth2TokenIntrospectionAuthenticationConverter
- OAuth2TokenIntrospectionAuthenticationProvider - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 Token Introspection の
AuthenticationProvider実装。 - OAuth2TokenIntrospectionAuthenticationProvider(RegisteredClientRepository, OAuth2AuthorizationService) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2TokenIntrospectionAuthenticationProvider
- 指定されたパラメーターを使用して
OAuth2TokenIntrospectionAuthenticationProviderを構築します。 - OAuth2TokenIntrospectionAuthenticationToken - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 トークンイントロスペクションに使用される
Authentication実装。 - OAuth2TokenIntrospectionAuthenticationToken(String, Authentication, String, Map<String, Object>) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2TokenIntrospectionAuthenticationToken
- 指定されたパラメーターを使用して
OAuth2TokenIntrospectionAuthenticationTokenを構築します。 - OAuth2TokenIntrospectionAuthenticationToken(String, Authentication, OAuth2TokenIntrospection) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2TokenIntrospectionAuthenticationToken
- 指定されたパラメーターを使用して
OAuth2TokenIntrospectionAuthenticationTokenを構築します。 - OAuth2TokenIntrospectionEndpointConfigurer - org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のクラス
- OAuth 2.0 トークンイントロスペクションエンドポイントの設定者。
- OAuth2TokenIntrospectionEndpointFilter - org.springframework.security.oauth2.server.authorization.web のクラス
- OAuth 2.0 トークンイントロスペクションエンドポイントの
Filter。 - OAuth2TokenIntrospectionEndpointFilter(AuthenticationManager) - クラス org.springframework.security.oauth2.server.authorization.web のコンストラクター。OAuth2TokenIntrospectionEndpointFilter
- 指定されたパラメーターを使用して
OAuth2TokenIntrospectionEndpointFilterを構築します。 - OAuth2TokenIntrospectionEndpointFilter(AuthenticationManager, String) - クラス org.springframework.security.oauth2.server.authorization.web のコンストラクター。OAuth2TokenIntrospectionEndpointFilter
- 指定されたパラメーターを使用して
OAuth2TokenIntrospectionEndpointFilterを構築します。 - OAuth2TokenIntrospectionHttpMessageConverter - org.springframework.security.oauth2.server.authorization.http.converter のクラス
OAuth 2.0 Token Introspection ResponseのHttpMessageConverter。- OAuth2TokenIntrospectionHttpMessageConverter() - クラス org.springframework.security.oauth2.server.authorization.http.converter のコンストラクター。OAuth2TokenIntrospectionHttpMessageConverter
- OAuth2TokenRevocationAuthenticationConverter - org.springframework.security.oauth2.server.authorization.web.authentication のクラス
HttpServletRequestから取り消しトークンリクエストを抽出し、リクエストの認証に使用されるOAuth2TokenRevocationAuthenticationTokenに変換しようとします。- OAuth2TokenRevocationAuthenticationConverter() - クラス org.springframework.security.oauth2.server.authorization.web.authentication のコンストラクター。OAuth2TokenRevocationAuthenticationConverter
- OAuth2TokenRevocationAuthenticationProvider - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 トークン取り消しの
AuthenticationProvider実装。 - OAuth2TokenRevocationAuthenticationProvider(OAuth2AuthorizationService) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2TokenRevocationAuthenticationProvider
- 指定されたパラメーターを使用して
OAuth2TokenRevocationAuthenticationProviderを構築します。 - OAuth2TokenRevocationAuthenticationToken - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 トークン取り消しに使用される
Authentication実装。 - OAuth2TokenRevocationAuthenticationToken(String, Authentication, String) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2TokenRevocationAuthenticationToken
- 指定されたパラメーターを使用して
OAuth2TokenRevocationAuthenticationTokenを構築します。 - OAuth2TokenRevocationAuthenticationToken(OAuth2Token, Authentication) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。OAuth2TokenRevocationAuthenticationToken
- 指定されたパラメーターを使用して
OAuth2TokenRevocationAuthenticationTokenを構築します。 - OAuth2TokenRevocationEndpointConfigurer - org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のクラス
- OAuth 2.0 トークン失効エンドポイントの設定者。
- OAuth2TokenRevocationEndpointFilter - org.springframework.security.oauth2.server.authorization.web のクラス
- OAuth 2.0 トークン取り消しエンドポイントの
Filter。 - OAuth2TokenRevocationEndpointFilter(AuthenticationManager) - クラス org.springframework.security.oauth2.server.authorization.web のコンストラクター。OAuth2TokenRevocationEndpointFilter
- 指定されたパラメーターを使用して
OAuth2TokenRevocationEndpointFilterを構築します。 - OAuth2TokenRevocationEndpointFilter(AuthenticationManager, String) - クラス org.springframework.security.oauth2.server.authorization.web のコンストラクター。OAuth2TokenRevocationEndpointFilter
- 指定されたパラメーターを使用して
OAuth2TokenRevocationEndpointFilterを構築します。 - OAuth2TokenType - org.springframework.security.oauth2.server.authorization のクラス
- OAuth Token Type Hints Registry で定義されている標準のトークン型。
- OAuth2TokenType(String) - クラス org.springframework.security.oauth2.server.authorization のコンストラクター。OAuth2TokenType
- 指定された値を使用して
OAuth2TokenTypeを構築します。 - oidc(Customizer<OidcConfigurer>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationServerConfigurer
- OpenID Connect 1.0 サポートを構成します (デフォルトでは無効)。
- OIDC_CLIENT_REGISTRATION_ENDPOINT - Static variable in class org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.AuthorizationServer
- OpenID Connect 1.0 クライアント登録エンドポイントを設定します。
- OIDC_LOGOUT_ENDPOINT - Static variable in class org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.AuthorizationServer
- OpenID Connect 1.0 ログアウトエンドポイントを設定します。
- OIDC_USER_INFO_ENDPOINT - Static variable in class org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.AuthorizationServer
- OpenID Connect 1.0 UserInfo エンドポイントを設定します。
- OidcClientConfigurationAuthenticationProvider - org.springframework.security.oauth2.server.authorization.oidc.authentication のクラス
- OpenID Connect 1.0 動的クライアント構成エンドポイントの
AuthenticationProvider実装。 - OidcClientConfigurationAuthenticationProvider(RegisteredClientRepository, OAuth2AuthorizationService) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication. OidcClientConfigurationAuthenticationProvider のコンストラクター
- 指定されたパラメーターを使用して
OidcClientConfigurationAuthenticationProviderを構築します。 - OidcClientMetadataClaimAccessor - Interface in org.springframework.security.oauth2.server.authorization.oidc
- OpenID クライアント登録リクエストとレスポンスに含まれる「クレーム」の
ClaimAccessor。 - OidcClientMetadataClaimNames - org.springframework.security.oauth2.server.authorization.oidc のクラス
- OpenID クライアント登録リクエストおよびレスポンスに含まれる、OpenID Connect 動的クライアント登録 1.0 によって定義される「クレーム」の名前。
- OidcClientRegistration - org.springframework.security.oauth2.server.authorization.oidc のクラス
- クライアント登録エンドポイントとの間で送受信される OpenID クライアント登録リクエストとレスポンスの表現であり、クライアントの登録情報に関する一連のクレームが含まれています。
- OidcClientRegistration.Builder - org.springframework.security.oauth2.server.authorization.oidc のクラス
OidcClientRegistrationの構成に役立ちます。- OidcClientRegistrationAuthenticationConverter - org.springframework.security.oauth2.server.authorization.oidc.web.authentication のクラス
HttpServletRequestから OpenID Connect 1.0 動的クライアント登録 (またはクライアント読み取り) リクエストを抽出し、リクエストの認証に使用されるOidcClientRegistrationAuthenticationTokenに変換しようとします。- OidcClientRegistrationAuthenticationConverter() - クラス org.springframework.security.oauth2.server.authorization.oidc.web.authentication. OidcClientRegistrationAuthenticationConverter のコンストラクター
- OidcClientRegistrationAuthenticationProvider - org.springframework.security.oauth2.server.authorization.oidc.authentication のクラス
- OpenID Connect 1.0 動的クライアント登録エンドポイントの
AuthenticationProvider実装。 - OidcClientRegistrationAuthenticationProvider(RegisteredClientRepository, OAuth2AuthorizationService, OAuth2TokenGenerator<? extends OAuth2Token>) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication. OidcClientRegistrationAuthenticationProvider のコンストラクター
- 指定されたパラメーターを使用して
OidcClientRegistrationAuthenticationProviderを構築します。 - OidcClientRegistrationAuthenticationToken - org.springframework.security.oauth2.server.authorization.oidc.authentication のクラス
- OpenID Connect 1.0 動的クライアント登録 (および構成) エンドポイントに使用される
Authentication実装。 - OidcClientRegistrationAuthenticationToken(Authentication, String) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication. OidcClientRegistrationAuthenticationToken のコンストラクター
- 指定されたパラメーターを使用して
OidcClientRegistrationAuthenticationTokenを構築します。 - OidcClientRegistrationAuthenticationToken(Authentication, OidcClientRegistration) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication. OidcClientRegistrationAuthenticationToken のコンストラクター
- 指定されたパラメーターを使用して
OidcClientRegistrationAuthenticationTokenを構築します。 - oidcClientRegistrationEndpoint(String) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings.Builder
- OpenID Connect 1.0 クライアント登録エンドポイントを設定します。
- OidcClientRegistrationEndpointConfigurer - org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のクラス
- OpenID Connect 1.0 動的クライアント登録エンドポイントの設定ツール。
- OidcClientRegistrationEndpointFilter - org.springframework.security.oauth2.server.authorization.oidc.web のクラス
- OpenID Connect 1.0 動的クライアント登録 (およびクライアント読み取り) リクエストを処理する
Filter。 - OidcClientRegistrationEndpointFilter(AuthenticationManager) - クラス org.springframework.security.oauth2.server.authorization.oidc.web. OidcClientRegistrationEndpointFilter のコンストラクター
- 指定されたパラメーターを使用して
OidcClientRegistrationEndpointFilterを構築します。 - OidcClientRegistrationEndpointFilter(AuthenticationManager, String) - クラス org.springframework.security.oauth2.server.authorization.oidc.web. OidcClientRegistrationEndpointFilter のコンストラクター
- 指定されたパラメーターを使用して
OidcClientRegistrationEndpointFilterを構築します。 - OidcClientRegistrationHttpMessageConverter - org.springframework.security.oauth2.server.authorization.oidc.http.converter のクラス
OpenID Client Registration Request and ResponseのHttpMessageConverter。- OidcClientRegistrationHttpMessageConverter() - クラス org.springframework.security.oauth2.server.authorization.oidc.http.converter. OidcClientRegistrationHttpMessageConverter のコンストラクター
- OidcClientRegistrationRegisteredClientConverter - org.springframework.security.oauth2.server.authorization.oidc.converter のクラス
- OidcClientRegistrationRegisteredClientConverter() - クラス org.springframework.security.oauth2.server.authorization.oidc.converter. OidcClientRegistrationRegisteredClientConverter のコンストラクター
- OidcConfigurer - org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のクラス
- OpenID Connect 1.0 サポート用の設定ツール。
- OidcLogoutAuthenticationContext - org.springframework.security.oauth2.server.authorization.oidc.authentication のクラス
OidcLogoutAuthenticationTokenと追加情報を保持し、OpenID Connect RP 開始ログアウトリクエストパラメーターを検証するときに使用されるOAuth2AuthenticationContext。- OidcLogoutAuthenticationContext.Builder - org.springframework.security.oauth2.server.authorization.oidc.authentication のクラス
- OidcLogoutAuthenticationConverter - org.springframework.security.oauth2.server.authorization.oidc.web.authentication のクラス
- OpenID Connect 1.0 RP 開始ログアウトリクエストを
HttpServletRequestから抽出しようとし、リクエストの認証に使用されるOidcLogoutAuthenticationTokenに変換します。 - OidcLogoutAuthenticationConverter() - クラス org.springframework.security.oauth2.server.authorization.oidc.web.authentication. OidcLogoutAuthenticationConverter のコンストラクター
- OidcLogoutAuthenticationProvider - org.springframework.security.oauth2.server.authorization.oidc.authentication のクラス
- OpenID Connect 1.0 RP 開始ログアウトエンドポイントの
AuthenticationProvider実装。 - OidcLogoutAuthenticationProvider(RegisteredClientRepository, OAuth2AuthorizationService, SessionRegistry) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication. OidcLogoutAuthenticationProvider のコンストラクター
- 指定されたパラメーターを使用して
OidcLogoutAuthenticationProviderを構築します。 - OidcLogoutAuthenticationSuccessHandler - org.springframework.security.oauth2.server.authorization.oidc.web.authentication のクラス
OidcLogoutAuthenticationTokenを処理し、OpenID Connect 1.0 RP 開始ログアウトを実行するために使用されるAuthenticationSuccessHandlerの実装。- OidcLogoutAuthenticationSuccessHandler() - クラス org.springframework.security.oauth2.server.authorization.oidc.web.authentication. OidcLogoutAuthenticationSuccessHandler のコンストラクター
- OidcLogoutAuthenticationToken - org.springframework.security.oauth2.server.authorization.oidc.authentication のクラス
- OpenID Connect 1.0 RP 開始ログアウトエンドポイントに使用される
Authentication実装。 - OidcLogoutAuthenticationToken(String, Authentication, String, String, String, String) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication. OidcLogoutAuthenticationToken のコンストラクター
- 指定されたパラメーターを使用して
OidcLogoutAuthenticationTokenを構築します。 - OidcLogoutAuthenticationToken(OidcIdToken, Authentication, String, String, String, String) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication. OidcLogoutAuthenticationToken のコンストラクター
- 指定されたパラメーターを使用して
OidcLogoutAuthenticationTokenを構築します。 - OidcLogoutAuthenticationValidator - org.springframework.security.oauth2.server.authorization.oidc.authentication のクラス
OidcLogoutAuthenticationTokenを含むOidcLogoutAuthenticationContextへのアクセスを提供するConsumerは、特定の OpenID Connect RP 開始ログアウトリクエストパラメーターを検証するために使用されるデフォルトのauthentication validatorです。- OidcLogoutAuthenticationValidator() - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication. OidcLogoutAuthenticationValidator のコンストラクター
- oidcLogoutEndpoint(String) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings.Builder
- OpenID Connect 1.0 ログアウトエンドポイントを設定します。
- OidcLogoutEndpointConfigurer - org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のクラス
- OpenID Connect 1.0 RP 開始ログアウトエンドポイントのコンフィギュラー。
- OidcLogoutEndpointFilter - org.springframework.security.oauth2.server.authorization.oidc.web のクラス
- OpenID Connect 1.0 RP が開始したログアウトリクエストを処理する
Filter。 - OidcLogoutEndpointFilter(AuthenticationManager) - クラス org.springframework.security.oauth2.server.authorization.oidc.web. OidcLogoutEndpointFilter のコンストラクター
- 指定されたパラメーターを使用して
OidcLogoutEndpointFilterを構築します。 - OidcLogoutEndpointFilter(AuthenticationManager, String) - クラス org.springframework.security.oauth2.server.authorization.oidc.web. OidcLogoutEndpointFilter のコンストラクター
- 指定されたパラメーターを使用して
OidcLogoutEndpointFilterを構築します。 - OidcProviderConfiguration - org.springframework.security.oauth2.server.authorization.oidc のクラス
- 発行者の検出エンドポイントから返される OpenID プロバイダー構成レスポンスの表現であり、OpenID プロバイダーの構成に関する一連の要求が含まれています。
- OidcProviderConfiguration.Builder - org.springframework.security.oauth2.server.authorization.oidc のクラス
OidcProviderConfigurationの構成に役立ちます。- OidcProviderConfigurationEndpointConfigurer - org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のクラス
- OpenID Connect 1.0 プロバイダー構成エンドポイントの構成ツール。
- OidcProviderConfigurationEndpointFilter - org.springframework.security.oauth2.server.authorization.oidc.web のクラス
- OpenID プロバイダー構成リクエストを処理する
Filter。 - OidcProviderConfigurationEndpointFilter() - クラス org.springframework.security.oauth2.server.authorization.oidc.web. OidcProviderConfigurationEndpointFilter のコンストラクター
- OidcProviderConfigurationHttpMessageConverter - org.springframework.security.oauth2.server.authorization.oidc.http.converter のクラス
OpenID Provider Configuration ResponseのHttpMessageConverter。- OidcProviderConfigurationHttpMessageConverter() - クラス org.springframework.security.oauth2.server.authorization.oidc.http.converter. OidcProviderConfigurationHttpMessageConverter のコンストラクター
- OidcProviderMetadataClaimAccessor - Interface in org.springframework.security.oauth2.server.authorization.oidc
- OpenID プロバイダー構成レスポンスで返すことができる「クレーム」の
ClaimAccessor。 - OidcProviderMetadataClaimNames - org.springframework.security.oauth2.server.authorization.oidc のクラス
- OpenID プロバイダー構成レスポンスで返すことができる、OpenID Connect Discovery 1.0 によって定義された「クレーム」の名前。
- OidcUserInfoAuthenticationContext - org.springframework.security.oauth2.server.authorization.oidc.authentication のクラス
OidcUserInfoAuthenticationTokenと追加情報を保持し、主張をOidcUserInfoのインスタンスにマッピングするときに使用されるOAuth2AuthenticationContext。- OidcUserInfoAuthenticationContext.Builder - org.springframework.security.oauth2.server.authorization.oidc.authentication のクラス
- OidcUserInfoAuthenticationProvider - org.springframework.security.oauth2.server.authorization.oidc.authentication のクラス
- OpenID Connect 1.0 UserInfo エンドポイントの
AuthenticationProvider実装。 - OidcUserInfoAuthenticationProvider(OAuth2AuthorizationService) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication. OidcUserInfoAuthenticationProvider のコンストラクター
- 指定されたパラメーターを使用して
OidcUserInfoAuthenticationProviderを構築します。 - OidcUserInfoAuthenticationToken - org.springframework.security.oauth2.server.authorization.oidc.authentication のクラス
- OpenID Connect 1.0 UserInfo エンドポイントに使用される
Authentication実装。 - OidcUserInfoAuthenticationToken(Authentication) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication. OidcUserInfoAuthenticationToken のコンストラクター
- 指定されたパラメーターを使用して
OidcUserInfoAuthenticationTokenを構築します。 - OidcUserInfoAuthenticationToken(Authentication, OidcUserInfo) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication. OidcUserInfoAuthenticationToken のコンストラクター
- 指定されたパラメーターを使用して
OidcUserInfoAuthenticationTokenを構築します。 - oidcUserInfoEndpoint(String) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings.Builder
- OpenID Connect 1.0 UserInfo エンドポイントを設定します。
- OidcUserInfoEndpointConfigurer - org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のクラス
- OpenID Connect 1.0 UserInfo エンドポイントの設定ツール。
- OidcUserInfoEndpointFilter - org.springframework.security.oauth2.server.authorization.oidc.web のクラス
- OpenID Connect 1.0 UserInfo リクエストを処理する
Filter。 - OidcUserInfoEndpointFilter(AuthenticationManager) - クラス org.springframework.security.oauth2.server.authorization.oidc.web. OidcUserInfoEndpointFilter のコンストラクター
- 指定されたパラメーターを使用して
OidcUserInfoEndpointFilterを構築します。 - OidcUserInfoEndpointFilter(AuthenticationManager, String) - クラス org.springframework.security.oauth2.server.authorization.oidc.web. OidcUserInfoEndpointFilter のコンストラクター
- 指定されたパラメーターを使用して
OidcUserInfoEndpointFilterを構築します。 - OidcUserInfoHttpMessageConverter - org.springframework.security.oauth2.server.authorization.oidc.http.converter のクラス
OpenID Connect UserInfo ResponseのHttpMessageConverter。- OidcUserInfoHttpMessageConverter() - クラス org.springframework.security.oauth2.server.authorization.oidc.http.converter. OidcUserInfoHttpMessageConverter のコンストラクター
- onAuthenticationFailure(HttpServletRequest, HttpServletResponse, AuthenticationException) - クラス org.springframework.security.oauth2.server.authorization.web.authentication のメソッド。OAuth2ErrorAuthenticationFailureHandler
- onAuthenticationSuccess(HttpServletRequest, HttpServletResponse, Authentication) - クラス org.springframework.security.oauth2.server.authorization.oidc.web.authentication のメソッド。OidcLogoutAuthenticationSuccessHandler
- onAuthenticationSuccess(HttpServletRequest, HttpServletResponse, Authentication) - クラス org.springframework.security.oauth2.server.authorization.web.authentication のメソッド。OAuth2AccessTokenResponseAuthenticationSuccessHandler
- org.springframework.security.oauth2.server.authorization - パッケージ org.springframework.security.oauth2.server.authorization
- org.springframework.security.oauth2.server.authorization.authentication - パッケージ org.springframework.security.oauth2.server.authorization.authentication
- org.springframework.security.oauth2.server.authorization.client - パッケージ org.springframework.security.oauth2.server.authorization.client
- org.springframework.security.oauth2.server.authorization.config.annotation.web.configuration - パッケージ org.springframework.security.oauth2.server.authorization.config.annotation.web.configuration
- org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers - パッケージ org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers
- org.springframework.security.oauth2.server.authorization.context - パッケージ org.springframework.security.oauth2.server.authorization.context
- org.springframework.security.oauth2.server.authorization.http.converter - パッケージ org.springframework.security.oauth2.server.authorization.http.converter
- org.springframework.security.oauth2.server.authorization.jackson2 - パッケージ org.springframework.security.oauth2.server.authorization.jackson2
- org.springframework.security.oauth2.server.authorization.oidc - パッケージ org.springframework.security.oauth2.server.authorization.oidc
- org.springframework.security.oauth2.server.authorization.oidc.authentication - パッケージ org.springframework.security.oauth2.server.authorization.oidc.authentication
- org.springframework.security.oauth2.server.authorization.oidc.converter - パッケージ org.springframework.security.oauth2.server.authorization.oidc.converter
- org.springframework.security.oauth2.server.authorization.oidc.http.converter - パッケージ org.springframework.security.oauth2.server.authorization.oidc.http.converter
- org.springframework.security.oauth2.server.authorization.oidc.web - パッケージ org.springframework.security.oauth2.server.authorization.oidc.web
- org.springframework.security.oauth2.server.authorization.oidc.web.authentication - パッケージ org.springframework.security.oauth2.server.authorization.oidc.web.authentication
- org.springframework.security.oauth2.server.authorization.settings - パッケージ org.springframework.security.oauth2.server.authorization.settings
- org.springframework.security.oauth2.server.authorization.token - パッケージ org.springframework.security.oauth2.server.authorization.token
- org.springframework.security.oauth2.server.authorization.util - パッケージ org.springframework.security.oauth2.server.authorization.util
- org.springframework.security.oauth2.server.authorization.web - パッケージ org.springframework.security.oauth2.server.authorization.web
- org.springframework.security.oauth2.server.authorization.web.authentication - パッケージ org.springframework.security.oauth2.server.authorization.web.authentication
P
- POST_LOGOUT_REDIRECT_URIS - Static variable in class org.springframework.security.oauth2.server.authorization.oidc.OidcClientMetadataClaimNames
post_logout_redirect_uris- クライアントが使用するログアウト後のリダイレクトURI値。- postLogoutRedirectUri(String) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient.Builder
- クライアントがログアウトに使用できるログアウト後のリダイレクト URI を追加します。
- postLogoutRedirectUri(String) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration.Builder
- クライアントによって使用されるログアウト後のリダイレクト
URIを追加します (オプション)。 - postLogoutRedirectUris(Consumer<List<String>>) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration.Builder
- クライアントによって使用されるログアウト後のリダイレクト
URI値のConsumer。追加、置換、削除の機能を許可します (オプション)。 - postLogoutRedirectUris(Consumer<Set<String>>) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient.Builder
- 追加、置換、削除を可能にするログアウト後のリダイレクト URI の
Consumer。 - postProcess(T) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2DeviceVerificationEndpointConfigurer
- principal(Authentication) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenContext.AbstractBuilder
Principalリソース所有者 (またはクライアント) を表すAuthenticationを設定します。- principalName(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization.Builder
- リソース所有者 (またはクライアント) の
Principal名を設定します。 - providerConfigurationCustomizer(Consumer<OidcProviderConfiguration.Builder>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OidcProviderConfigurationEndpointConfigurer
OidcProviderConfiguration.Builderへのアクセスを提供するConsumerを設定して、OpenID プロバイダーの構成のクレームをカスタマイズできるようにします。- providerConfigurationEndpoint(Customizer<OidcProviderConfigurationEndpointConfigurer>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OidcConfigurer
- OpenID Connect 1.0 プロバイダー構成エンドポイントを構成します。
- PublicClientAuthenticationConverter - org.springframework.security.oauth2.server.authorization.web.authentication のクラス
- Proof Key for Code Exchange (PKCE) を使用して、パブリッククライアントの認証に使用される
HttpServletRequestからパラメーターを抽出しようとします。 - PublicClientAuthenticationConverter() - クラス org.springframework.security.oauth2.server.authorization.web.authentication. PublicClientAuthenticationConverter のコンストラクター
- PublicClientAuthenticationProvider - org.springframework.security.oauth2.server.authorization.authentication のクラス
code_verifierパラメーターを認証する OAuth 2.0 パブリッククライアント認証に使用されるAuthenticationProvider実装。- PublicClientAuthenticationProvider(RegisteredClientRepository, OAuth2AuthorizationService) - クラス org.springframework.security.oauth2.server.authorization.authentication. PublicClientAuthenticationProvider のコンストラクター
- 指定されたパラメーターを使用して
PublicClientAuthenticationProviderを構築します。 - put(Object, Object) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthenticationContext.AbstractBuilder
- 属性を関連付けます。
- put(Object, Object) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenContext.AbstractBuilder
- 属性を関連付けます。
R
- readInternal(Class<? extends OidcUserInfo>, HttpInputMessage) - クラス org.springframework.security.oauth2.server.authorization.oidc.http.converter のメソッド。OidcUserInfoHttpMessageConverter
- readInternal(Class<? extends OAuth2AuthorizationServerMetadata>, HttpInputMessage) - クラス org.springframework.security.oauth2.server.authorization.http.converter のメソッド。OAuth2AuthorizationServerMetadataHttpMessageConverter
- readInternal(Class<? extends OAuth2TokenIntrospection>, HttpInputMessage) - クラス org.springframework.security.oauth2.server.authorization.http.converter のメソッド。OAuth2TokenIntrospectionHttpMessageConverter
- readInternal(Class<? extends OidcClientRegistration>, HttpInputMessage) - クラス org.springframework.security.oauth2.server.authorization.oidc.http.converter のメソッド。OidcClientRegistrationHttpMessageConverter
- readInternal(Class<? extends OidcProviderConfiguration>, HttpInputMessage) - クラス org.springframework.security.oauth2.server.authorization.oidc.http.converter のメソッド。OidcProviderConfigurationHttpMessageConverter
- REDIRECT_URIS - Static variable in class org.springframework.security.oauth2.server.authorization.oidc.OidcClientMetadataClaimNames
redirect_uris- クライアントが使用するリダイレクトURI値- redirectUri(String) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient.Builder
- クライアントがリダイレクトベースのフローで使用できるリダイレクト URI を追加します。
- redirectUri(String) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration.Builder
- クライアントが使用するリダイレクト
URIを追加します (必須)。 - redirectUris(Consumer<List<String>>) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration.Builder
- クライアントが使用するリダイレクト
URI値のConsumer。これにより、追加、置換、削除が可能になります (必須)。 - redirectUris(Consumer<Set<String>>) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient.Builder
- 追加、置換、削除を可能にするリダイレクト URI の
Consumer。 - REFERENCE - Static variable in class org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat
- 参照 (不透明) トークンは、プロバイダーに格納されているユーザーやクライアントのトークンメタデータとクレームへの参照として機能する一意の識別子です。
- REFRESH_TOKEN - Static variable in class org.springframework.security.oauth2.server.authorization.OAuth2TokenType
refresh_tokenトークン型。- REFRESH_TOKEN_TIME_TO_LIVE - Static variable in class org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.Token
- リフレッシュトークンの有効期限を設定します。
- refreshToken(OAuth2RefreshToken) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization.Builder
refresh tokenを設定します。- refreshTokenTimeToLive(Duration) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。TokenSettings.Builder
- リフレッシュトークンの有効期限を設定します。
- registeredClient(RegisteredClient) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationContext.Builder
registered clientを設定します。- registeredClient(RegisteredClient) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationConsentAuthenticationContext.Builder
registered clientを設定します。- registeredClient(RegisteredClient) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2ClientAuthenticationContext.Builder
registered clientを設定します。- registeredClient(RegisteredClient) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2ClientCredentialsAuthenticationContext.Builder
registered clientを設定します。- registeredClient(RegisteredClient) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcLogoutAuthenticationContext.Builder
registered clientを設定します。- registeredClient(RegisteredClient) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenContext.AbstractBuilder
registered clientを設定します。- RegisteredClient - org.springframework.security.oauth2.server.authorization.client のクラス
- OAuth 2.0 認可サーバーへのクライアント登録の表現。
- RegisteredClient() - クラス org.springframework.security.oauth2.server.authorization.client. RegisteredClient のコンストラクター
- RegisteredClient.Builder - org.springframework.security.oauth2.server.authorization.client のクラス
RegisteredClientのビルダー。- RegisteredClientOidcClientRegistrationConverter - org.springframework.security.oauth2.server.authorization.oidc.converter のクラス
- RegisteredClientOidcClientRegistrationConverter() - クラス org.springframework.security.oauth2.server.authorization.oidc.converter. RegisteredClientOidcClientRegistrationConverter のコンストラクター
- RegisteredClientParametersMapper() - クラス org.springframework.security.oauth2.server.authorization.client のコンストラクター。JdbcRegisteredClientRepository.RegisteredClientParametersMapper
- registeredClientRepository(RegisteredClientRepository) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationServerConfigurer
- 登録済みクライアントのリポジトリを設定します。
- RegisteredClientRepository - Interface in org.springframework.security.oauth2.server.authorization.client
- OAuth 2.0
RegisteredClient(s) のリポジトリ。 - RegisteredClientRowMapper() - クラス org.springframework.security.oauth2.server.authorization.client のコンストラクター。JdbcRegisteredClientRepository.RegisteredClientRowMapper
- REGISTRATION_ACCESS_TOKEN - Static variable in class org.springframework.security.oauth2.server.authorization.oidc.OidcClientMetadataClaimNames
registration_access_token- クライアント構成エンドポイントで使用できる登録アクセストークン- REGISTRATION_CLIENT_URI - Static variable in class org.springframework.security.oauth2.server.authorization.oidc.OidcClientMetadataClaimNames
registration_client_uri- 登録アクセストークンを使用できるクライアント構成エンドポイントのURL- REGISTRATION_ENDPOINT - Static variable in class org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimNames
registration_endpoint- OAuth 2.0 動的クライアント登録エンドポイントのURL- registrationAccessToken(String) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration.Builder
- クライアント構成エンドポイント (OPTIONAL) で使用できる登録アクセストークンを設定します。
- registrationClientUrl(String) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration.Builder
- 登録アクセストークンを使用できるクライアント構成エンドポイントの
URLをオプションで設定します。 - remove(OAuth2Authorization) - クラス org.springframework.security.oauth2.server.authorization のメソッド。インメモリ OAuth2 認証サービス
- remove(OAuth2Authorization) - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2 認証サービス
- remove(OAuth2Authorization) - インターフェース org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationService
OAuth2Authorizationを削除します。- remove(OAuth2AuthorizationConsent) - クラス org.springframework.security.oauth2.server.authorization のメソッド。インメモリ OAuth2 認可同意サービス
- remove(OAuth2AuthorizationConsent) - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2 認可同意サービス
- remove(OAuth2AuthorizationConsent) - インターフェース org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationConsentService
OAuth2AuthorizationConsentを削除します。- REQUIRE_AUTHORIZATION_CONSENT - Static variable in class org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.Client
- クライアントがアクセスをリクエストするときに認可の同意が必要な場合は、
trueに設定します。 - REQUIRE_PROOF_KEY - Static variable in class org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.Client
- Authorization Code Grant フローを実行するときにクライアントが証明キーチャレンジと検証者を提供する必要がある場合は、
trueに設定します。 - requireAuthorizationConsent(boolean) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。ClientSettings.Builder
- クライアントがアクセスをリクエストするときに認可の同意が必要な場合は、
trueに設定します。 - requireProofKey(boolean) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。ClientSettings.Builder
- Authorization Code Grant フローを実行するときにクライアントが証明キーチャレンジと検証者を提供する必要がある場合は、
trueに設定します。 - resetContext() - Static method in class org.springframework.security.oauth2.server.authorization.context.AuthorizationServerContextHolder
- 現在のスレッドにバインドされている
AuthorizationServerContextをリセットします。 - RESPONSE_TYPES - Static variable in class org.springframework.security.oauth2.server.authorization.oidc.OidcClientMetadataClaimNames
response_types- クライアントが使用を制限する OAuth 2.0response_type値- RESPONSE_TYPES_SUPPORTED - Static variable in class org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimNames
response_types_supported- サポートされている OAuth 2.0response_type値- responseType(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- 結果の
AbstractOAuth2AuthorizationServerMetadataで、この OAuth 2.0response_typeをresponse_types_supportedのコレクションに追加します (REQUIRED)。 - responseType(String) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration.Builder
- クライアントが使用を制限する OAuth 2.0
response_typeを追加します (OPTIONAL)。 - responseTypes(Consumer<List<String>>) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- サポートされている OAuth 2.0
response_type値のConsumerにより、追加、置換、削除が可能になります。 - responseTypes(Consumer<List<String>>) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration.Builder
- OAuth 2.0
response_type値のConsumerは、クライアントが使用を制限し、追加、置換、削除する機能を許可します (OPTIONAL)。 - REUSE_REFRESH_TOKENS - Static variable in class org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.Token
- アクセストークンレスポンスを返す際にリフレッシュトークンを再利用する場合は
true、新たにリフレッシュトークンを発行する場合はfalseに設定します。 - reuseRefreshTokens(boolean) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。TokenSettings.Builder
- アクセストークンレスポンスを返す際にリフレッシュトークンを再利用する場合は
true、新たにリフレッシュトークンを発行する場合はfalseに設定します。 - REVOCATION_ENDPOINT - Static variable in class org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimNames
revocation_endpoint- OAuth 2.0 トークン失効エンドポイントのURL- REVOCATION_ENDPOINT_AUTH_METHODS_SUPPORTED - Static variable in class org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimNames
revocation_endpoint_auth_methods_supported- OAuth 2.0 トークン失効エンドポイントでサポートされているクライアント認証方法- revocationRequestConverter(AuthenticationConverter) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2TokenRevocationEndpointConfigurer
HttpServletRequestから取り消しトークンリクエストを抽出しようとするときに使用されるAuthenticationConverterを、リクエストの認証に使用されるOAuth2TokenRevocationAuthenticationTokenのインスタンスに追加します。- revocationRequestConverters(Consumer<List<AuthenticationConverter>>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2TokenRevocationEndpointConfigurer
- デフォルトの
Listおよび (オプションで) 追加されたAuthenticationConverterへのアクセスを提供するConsumerを設定して、特定のAuthenticationConverterを追加、削除、カスタマイズする機能を許可します。 - revocationResponseHandler(AuthenticationSuccessHandler) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2TokenRevocationEndpointConfigurer
OAuth2TokenRevocationAuthenticationTokenの処理に使用されるAuthenticationSuccessHandlerを設定します。
S
- save(RegisteredClient) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。InMemoryRegisteredClientRepository
- save(RegisteredClient) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。JdbcRegisteredClientRepository
- save(RegisteredClient) - インターフェース org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClientRepository
- 登録されたクライアントを保存します。
- save(OAuth2Authorization) - クラス org.springframework.security.oauth2.server.authorization のメソッド。インメモリ OAuth2 認証サービス
- save(OAuth2Authorization) - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2 認証サービス
- save(OAuth2Authorization) - インターフェース org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationService
OAuth2Authorizationを保存します。- save(OAuth2AuthorizationConsent) - クラス org.springframework.security.oauth2.server.authorization のメソッド。インメモリ OAuth2 認可同意サービス
- save(OAuth2AuthorizationConsent) - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2 認可同意サービス
- save(OAuth2AuthorizationConsent) - インターフェース org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationConsentService
OAuth2AuthorizationConsentを保存します。- scope(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- この OAuth 2.0
scopeを、結果のAbstractOAuth2AuthorizationServerMetadataのscopes_supportedのコレクションに追加することをお勧めします。 - scope(String) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient.Builder
- クライアントが使用できるスコープを追加します。
- scope(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2AuthorizationConsent.Builder
- 結果の
OAuth2AuthorizationConsentのauthoritiesのコレクションにスコープを追加し、それをSCOPE_で始まるSimpleGrantedAuthorityでラップします。 - scope(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2TokenIntrospection.Builder
- このトークン OPTIONAL に関連付けられたスコープを追加します。
- scope(String) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration.Builder
- クライアントが使用を制限する OAuth 2.0
scopeを追加します (OPTIONAL)。 - SCOPE - Static variable in class org.springframework.security.oauth2.server.authorization.oidc.OidcClientMetadataClaimNames
scope- クライアントが使用を制限する OAuth 2.0scope値のスペース区切りのリスト- scopes(Consumer<List<String>>) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- サポートされている OAuth 2.0
scope値のConsumerにより、追加、置換、削除が可能になります。 - scopes(Consumer<List<String>>) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2TokenIntrospection.Builder
- このトークンに関連付けられたスコープの
Consumer。OPTIONAL を追加、置換、削除する機能を許可します。 - scopes(Consumer<List<String>>) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration.Builder
- OAuth 2.0
scope値のConsumerは、クライアントが使用を制限し、追加、置換、削除する機能を許可します (OPTIONAL)。 - scopes(Consumer<Set<String>>) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient.Builder
- 追加、置換、削除を可能にするスコープの
Consumer。 - SCOPES_SUPPORTED - Static variable in class org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimNames
scopes_supported- サポートされている OAuth 2.0scope値- SELF_CONTAINED - Static variable in class org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat
- 自己完結型トークンは、ユーザーやクライアントのトークンメタデータとクレームを含む、保護された時間制限付きのデータ構造を使用します。
- SERIAL_VERSION_UID - Static variable in class org.springframework.security.oauth2.server.authorization.util.SpringAuthorizationServerVersion
- Spring Authorization Server クラスのグローバル直列化値。
- setAccessTokenCustomizer(OAuth2TokenCustomizer<OAuth2TokenClaimsContext>) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2AccessTokenGenerator
- setAccessTokenResponseCustomizer(Consumer<OAuth2AccessTokenAuthenticationContext>) - クラス org.springframework.security.oauth2.server.authorization.web.authentication のメソッド。OAuth2AccessTokenResponseAuthenticationSuccessHandler
OAuth2AccessTokenResponse.Builderと追加のコンテキスト情報を含むOAuth2AccessTokenAuthenticationContextへのアクセスを提供するConsumerを設定します。- setAuthenticationConverter(AuthenticationConverter) - クラス org.springframework.security.oauth2.server.authorization.oidc.web のメソッド。OidcClientRegistrationEndpointFilter
HttpServletRequestからクライアント登録リクエストを抽出しようとするときに使用されるAuthenticationConverterを、リクエストの認証に使用されるOidcClientRegistrationAuthenticationTokenのインスタンスに設定します。- setAuthenticationConverter(AuthenticationConverter) - クラス org.springframework.security.oauth2.server.authorization.oidc.web のメソッド。OidcLogoutEndpointFilter
HttpServletRequestからログアウトリクエストを抽出しようとするときに使用されるAuthenticationConverterを、リクエストの認証に使用されるOidcLogoutAuthenticationTokenのインスタンスに設定します。- setAuthenticationConverter(AuthenticationConverter) - クラス org.springframework.security.oauth2.server.authorization.oidc.web のメソッド。OidcUserInfoEndpointFilter
HttpServletRequestから UserInfo リクエストを抽出しようとするときに使用されるAuthenticationConverterを、リクエストの認証に使用されるOidcUserInfoAuthenticationTokenのインスタンスに設定します。- setAuthenticationConverter(AuthenticationConverter) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2AuthorizationEndpointFilter
- 認可リクエスト (または同意) を
HttpServletRequestから抽出しようとするときに使用されるAuthenticationConverterを、リクエストの認証に使用されるOAuth2AuthorizationCodeRequestAuthenticationTokenまたはOAuth2AuthorizationConsentAuthenticationTokenのインスタンスに設定します。 - setAuthenticationConverter(AuthenticationConverter) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2ClientAuthenticationFilter
HttpServletRequestからクライアント資格情報を抽出しようとするときに使用されるAuthenticationConverterを、クライアントの認証に使用されるOAuth2ClientAuthenticationTokenのインスタンスに設定します。- setAuthenticationConverter(AuthenticationConverter) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2DeviceAuthorizationEndpointFilter
- デバイス認証リクエストを
HttpServletRequestから抽出しようとするときに使用されるAuthenticationConverterを、リクエストの認証に使用されるOAuth2DeviceAuthorizationRequestAuthenticationTokenのインスタンスに設定します。 - setAuthenticationConverter(AuthenticationConverter) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2DeviceVerificationEndpointFilter
HttpServletRequestからデバイス検証リクエスト (またはデバイス認証同意) を抽出しようとするときに使用されるAuthenticationConverterを、リクエストの認証に使用されるOAuth2DeviceVerificationAuthenticationTokenまたはOAuth2DeviceAuthorizationConsentAuthenticationTokenのインスタンスに設定します。- setAuthenticationConverter(AuthenticationConverter) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2TokenEndpointFilter
HttpServletRequestから Access Token Request を抽出しようとするときに使用されるAuthenticationConverterを、認可付与の認証に使用されるOAuth2AuthorizationGrantAuthenticationTokenのインスタンスに設定します。- setAuthenticationConverter(AuthenticationConverter) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2TokenIntrospectionEndpointFilter
HttpServletRequestからイントロスペクションリクエストを抽出しようとするときに使用されるAuthenticationConverterを、リクエストの認証に使用されるOAuth2TokenIntrospectionAuthenticationTokenのインスタンスに設定します。- setAuthenticationConverter(AuthenticationConverter) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2TokenRevocationEndpointFilter
HttpServletRequestから取り消しトークンリクエストを抽出しようとするときに使用されるAuthenticationConverterを、リクエストの認証に使用されるOAuth2TokenRevocationAuthenticationTokenのインスタンスに設定します。- setAuthenticationDetailsSource(AuthenticationDetailsSource<HttpServletRequest, ?>) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2AuthorizationEndpointFilter
HttpServletRequestから認証詳細インスタンスを構築するために使用されるAuthenticationDetailsSourceを設定します。- setAuthenticationDetailsSource(AuthenticationDetailsSource<HttpServletRequest, ?>) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2DeviceAuthorizationEndpointFilter
HttpServletRequestから認証詳細インスタンスを構築するために使用されるAuthenticationDetailsSourceを設定します。- setAuthenticationDetailsSource(AuthenticationDetailsSource<HttpServletRequest, ?>) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2DeviceVerificationEndpointFilter
HttpServletRequestから認証詳細インスタンスを構築するために使用されるAuthenticationDetailsSourceを設定します。- setAuthenticationDetailsSource(AuthenticationDetailsSource<HttpServletRequest, ?>) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2TokenEndpointFilter
HttpServletRequestから認証詳細インスタンスを構築するために使用されるAuthenticationDetailsSourceを設定します。- setAuthenticationDetailsSource(AuthenticationDetailsSource<HttpServletRequest, ?>) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2TokenRevocationEndpointFilter
HttpServletRequestから認証詳細インスタンスを構築するために使用されるAuthenticationDetailsSourceを設定します。- setAuthenticationFailureHandler(AuthenticationFailureHandler) - クラス org.springframework.security.oauth2.server.authorization.oidc.web のメソッド。OidcClientRegistrationEndpointFilter
OAuth2AuthenticationExceptionを処理してError Responseを返すために使用されるAuthenticationFailureHandlerを設定します。- setAuthenticationFailureHandler(AuthenticationFailureHandler) - クラス org.springframework.security.oauth2.server.authorization.oidc.web のメソッド。OidcLogoutEndpointFilter
OAuth2AuthenticationExceptionを処理してError Responseを返すために使用されるAuthenticationFailureHandlerを設定します。- setAuthenticationFailureHandler(AuthenticationFailureHandler) - クラス org.springframework.security.oauth2.server.authorization.oidc.web のメソッド。OidcUserInfoEndpointFilter
OAuth2AuthenticationExceptionを処理してError Responseを返すために使用されるAuthenticationFailureHandlerを設定します。- setAuthenticationFailureHandler(AuthenticationFailureHandler) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2AuthorizationEndpointFilter
OAuth2AuthorizationCodeRequestAuthenticationExceptionを処理してError Responseを返すために使用されるAuthenticationFailureHandlerを設定します。- setAuthenticationFailureHandler(AuthenticationFailureHandler) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2ClientAuthenticationFilter
- 失敗したクライアント認証を処理し、
Error Responseを返すために使用されるAuthenticationFailureHandlerを設定します。 - setAuthenticationFailureHandler(AuthenticationFailureHandler) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2DeviceAuthorizationEndpointFilter
OAuth2AuthenticationExceptionを処理してError Responseを返すために使用されるAuthenticationFailureHandlerを設定します。- setAuthenticationFailureHandler(AuthenticationFailureHandler) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2DeviceVerificationEndpointFilter
OAuth2AuthenticationExceptionを処理してError Responseを返すために使用されるAuthenticationFailureHandlerを設定します。- setAuthenticationFailureHandler(AuthenticationFailureHandler) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2TokenEndpointFilter
OAuth2AuthenticationExceptionを処理してError Responseを返すために使用されるAuthenticationFailureHandlerを設定します。- setAuthenticationFailureHandler(AuthenticationFailureHandler) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2TokenIntrospectionEndpointFilter
OAuth2AuthenticationExceptionを処理してError Resonseを返すために使用されるAuthenticationFailureHandlerを設定します。- setAuthenticationFailureHandler(AuthenticationFailureHandler) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2TokenRevocationEndpointFilter
OAuth2AuthenticationExceptionを処理してError Responseを返すために使用されるAuthenticationFailureHandlerを設定します。- setAuthenticationSuccessHandler(AuthenticationSuccessHandler) - クラス org.springframework.security.oauth2.server.authorization.oidc.web のメソッド。OidcClientRegistrationEndpointFilter
OidcClientRegistrationAuthenticationTokenを処理してClient Registration Responseを返すために使用されるAuthenticationSuccessHandlerを設定します。- setAuthenticationSuccessHandler(AuthenticationSuccessHandler) - クラス org.springframework.security.oauth2.server.authorization.oidc.web のメソッド。OidcLogoutEndpointFilter
OidcLogoutAuthenticationTokenの処理とログアウトの実行に使用されるAuthenticationSuccessHandlerを設定します。- setAuthenticationSuccessHandler(AuthenticationSuccessHandler) - クラス org.springframework.security.oauth2.server.authorization.oidc.web のメソッド。OidcUserInfoEndpointFilter
OidcUserInfoAuthenticationTokenを処理してUserInfo Responseを返すために使用されるAuthenticationSuccessHandlerを設定します。- setAuthenticationSuccessHandler(AuthenticationSuccessHandler) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2AuthorizationEndpointFilter
OAuth2AuthorizationCodeRequestAuthenticationTokenを処理してAuthorization Responseを返すために使用されるAuthenticationSuccessHandlerを設定します。- setAuthenticationSuccessHandler(AuthenticationSuccessHandler) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2ClientAuthenticationFilter
- 成功したクライアント認証を処理し、
OAuth2ClientAuthenticationTokenをSecurityContextに関連付けるために使用されるAuthenticationSuccessHandlerを設定します。 - setAuthenticationSuccessHandler(AuthenticationSuccessHandler) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2DeviceAuthorizationEndpointFilter
OAuth2DeviceAuthorizationRequestAuthenticationTokenを処理してDevice Authorization Responseを返すために使用されるAuthenticationSuccessHandlerを設定します。- setAuthenticationSuccessHandler(AuthenticationSuccessHandler) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2DeviceVerificationEndpointFilter
OAuth2DeviceVerificationAuthenticationTokenを処理し、レスポンスを返すために使用されるAuthenticationSuccessHandlerを設定します。- setAuthenticationSuccessHandler(AuthenticationSuccessHandler) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2TokenEndpointFilter
OAuth2AccessTokenAuthenticationTokenを処理してAccess Token Responseを返すために使用されるAuthenticationSuccessHandlerを設定します。- setAuthenticationSuccessHandler(AuthenticationSuccessHandler) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2TokenIntrospectionEndpointFilter
OAuth2TokenIntrospectionAuthenticationTokenの処理に使用されるAuthenticationSuccessHandlerを設定します。- setAuthenticationSuccessHandler(AuthenticationSuccessHandler) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2TokenRevocationEndpointFilter
OAuth2TokenRevocationAuthenticationTokenの処理に使用されるAuthenticationSuccessHandlerを設定します。- setAuthenticationValidator(Consumer<OAuth2AuthorizationCodeRequestAuthenticationContext>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationProvider
OAuth2AuthorizationCodeRequestAuthenticationContextへのアクセスを提供するConsumerを設定し、OAuth2AuthorizationCodeRequestAuthenticationTokenに関連付けられた特定の OAuth 2.0 認可リクエストパラメーターを検証します。- setAuthenticationValidator(Consumer<OAuth2ClientCredentialsAuthenticationContext>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2ClientCredentialsAuthenticationProvider
OAuth2ClientCredentialsAuthenticationContextへのアクセスを提供するConsumerを設定し、OAuth2ClientCredentialsAuthenticationTokenに関連付けられた特定の OAuth 2.0 クライアント資格情報付与リクエストパラメーターを検証するロールを担います。- setAuthenticationValidator(Consumer<OidcLogoutAuthenticationContext>) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcLogoutAuthenticationProvider
OidcLogoutAuthenticationContextへのアクセスを提供するConsumerを設定し、OidcLogoutAuthenticationTokenに関連付けられた特定の OpenID Connect RP 開始ログアウトリクエストパラメーターを検証するロールを担います。- setAuthorizationCodeGenerator(OAuth2TokenGenerator<OAuth2AuthorizationCode>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationProvider
OAuth2AuthorizationCodeを生成するOAuth2TokenGeneratorを設定します。- setAuthorizationCodeGenerator(OAuth2TokenGenerator<OAuth2AuthorizationCode>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationConsentAuthenticationProvider
OAuth2AuthorizationCodeを生成するOAuth2TokenGeneratorを設定します。- setAuthorizationConsentCustomizer(Consumer<OAuth2AuthorizationConsentAuthenticationContext>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationConsentAuthenticationProvider
OAuth2AuthorizationConsent.Builderおよび追加のコンテキスト情報を含むOAuth2AuthorizationConsentAuthenticationContextへのアクセスを提供するConsumerを設定します。- setAuthorizationConsentCustomizer(Consumer<OAuth2AuthorizationConsentAuthenticationContext>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceAuthorizationConsentAuthenticationProvider
OAuth2AuthorizationConsent.Builderおよび追加のコンテキスト情報を含むOAuth2AuthorizationConsentAuthenticationContextへのアクセスを提供するConsumerを設定します。- setAuthorizationConsentParametersMapper(Function<OAuth2AuthorizationConsent, List<SqlParameterValue>>) - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2 認可同意サービス
- setAuthorizationConsentRequired(Predicate<OAuth2AuthorizationCodeRequestAuthenticationContext>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationProvider
- 認可同意が必要かどうかを判断するために使用される
Predicateを設定します。 - setAuthorizationConsentRowMapper(RowMapper<OAuth2AuthorizationConsent>) - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2 認可同意サービス
- setAuthorizationParametersMapper(Function<OAuth2Authorization, List<SqlParameterValue>>) - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2 認証サービス
- setAuthorizationRowMapper(RowMapper<OAuth2Authorization>) - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2 認証サービス
- setAuthorizationServerMetadataConverter(Converter<Map<String, Object>, OAuth2AuthorizationServerMetadata>) - クラス org.springframework.security.oauth2.server.authorization.http.converter のメソッド。OAuth2AuthorizationServerMetadataHttpMessageConverter
- OAuth 2.0 Authorization Server Metadata パラメーターを
OAuth2AuthorizationServerMetadataに変換するために使用されるConverterを設定します。 - setAuthorizationServerMetadataCustomizer(Consumer<OAuth2AuthorizationServerMetadata.Builder>) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2AuthorizationServerMetadataEndpointFilter
OAuth2AuthorizationServerMetadata.Builderへのアクセスを提供するConsumerを設定して、認可サーバーの構成のクレームをカスタマイズできるようにします。- setAuthorizationServerMetadataParametersConverter(Converter<OAuth2AuthorizationServerMetadata, Map<String, Object>>) - クラス org.springframework.security.oauth2.server.authorization.http.converter のメソッド。OAuth2AuthorizationServerMetadataHttpMessageConverter
- setCertificateVerifier(Consumer<OAuth2ClientAuthenticationContext>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。X509ClientCertificateAuthenticationProvider
OAuth2ClientAuthenticationContextへのアクセスを提供するConsumerを設定し、OAuth2ClientAuthenticationTokenに関連付けられたクライアントX509Certificateを検証するロールを担います。- setClientRegistrationConverter(Converter<Map<String, Object>, OidcClientRegistration>) - クラス org.springframework.security.oauth2.server.authorization.oidc.http.converter のメソッド。OidcClientRegistrationHttpMessageConverter
- OpenID クライアント登録パラメーターを
OidcClientRegistrationに変換するために使用されるConverterを設定します。 - setClientRegistrationConverter(Converter<RegisteredClient, OidcClientRegistration>) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcClientConfigurationAuthenticationProvider
- setClientRegistrationConverter(Converter<RegisteredClient, OidcClientRegistration>) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcClientRegistrationAuthenticationProvider
- setClientRegistrationParametersConverter(Converter<OidcClientRegistration, Map<String, Object>>) - クラス org.springframework.security.oauth2.server.authorization.oidc.http.converter のメソッド。OidcClientRegistrationHttpMessageConverter
- setConsentPage(String) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2AuthorizationEndpointFilter
- 同意が必要な場合にリソース所有者をリダイレクトする URI を指定します。
- setConsentPage(String) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2DeviceVerificationEndpointFilter
- 同意が必要な場合にリソース所有者をリダイレクトする URI を指定します。
- setContext(AuthorizationServerContext) - Static method in class org.springframework.security.oauth2.server.authorization.context.AuthorizationServerContextHolder
- 指定された
AuthorizationServerContextを現在のスレッドにバインドします。 - setDeviceCodeGenerator(OAuth2TokenGenerator<OAuth2DeviceCode>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceAuthorizationRequestAuthenticationProvider
OAuth2DeviceCodeを生成するOAuth2TokenGeneratorを設定します。- setErrorResponseConverter(HttpMessageConverter<OAuth2Error>) - クラス org.springframework.security.oauth2.server.authorization.web.authentication のメソッド。OAuth2ErrorAuthenticationFailureHandler
OAuth2Errorを HTTP レスポンスに変換するために使用されるHttpMessageConverterを設定します。- setJwtCustomizer(OAuth2TokenCustomizer<JwtEncodingContext>) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。JwtGenerator
- setJwtDecoderFactory(JwtDecoderFactory<RegisteredClient>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。JwtClientAssertionAuthenticationProvider
- 指定された
RegisteredClientにJwtDecoderを提供し、OAuth 2.0 クライアント認証中にJwtベアラートークンを認証するために使用されるJwtDecoderFactoryを設定します。 - setJwtValidatorFactory(Function<RegisteredClient, OAuth2TokenValidator<Jwt>>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。JwtClientAssertionDecoderFactory
- setLobHandler(LobHandler) - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2AuthorizationService.OAuth2AuthorizationRowMapper
- setLogoutHandler(LogoutHandler) - クラス org.springframework.security.oauth2.server.authorization.oidc.web.authentication のメソッド。OidcLogoutAuthenticationSuccessHandler
- ログアウトを実行するために使用する
LogoutHandlerを設定します。 - setObjectMapper(ObjectMapper) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。JdbcRegisteredClientRepository.RegisteredClientParametersMapper
- setObjectMapper(ObjectMapper) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。JdbcRegisteredClientRepository.RegisteredClientRowMapper
- setObjectMapper(ObjectMapper) - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2AuthorizationService.OAuth2AuthorizationParametersMapper
- setObjectMapper(ObjectMapper) - クラス org.springframework.security.oauth2.server.authorization のメソッド。JdbcOAuth2AuthorizationService.OAuth2AuthorizationRowMapper
- setPasswordEncoder(PasswordEncoder) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。ClientSecretAuthenticationProvider
client secretの検証に使用されるPasswordEncoderを設定します。- setPasswordEncoder(PasswordEncoder) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcClientRegistrationAuthenticationProvider
client secretのエンコードに使用されるPasswordEncoderを設定します。- setProviderConfigurationConverter(Converter<Map<String, Object>, OidcProviderConfiguration>) - クラス org.springframework.security.oauth2.server.authorization.oidc.http.converter のメソッド。OidcProviderConfigurationHttpMessageConverter
- OpenID プロバイダー構成パラメーターを
OidcProviderConfigurationに変換するために使用されるConverterを設定します。 - setProviderConfigurationCustomizer(Consumer<OidcProviderConfiguration.Builder>) - クラス org.springframework.security.oauth2.server.authorization.oidc.web のメソッド。OidcProviderConfigurationEndpointFilter
OidcProviderConfiguration.Builderへのアクセスを提供するConsumerを設定して、OpenID プロバイダーの構成のクレームをカスタマイズできるようにします。- setProviderConfigurationParametersConverter(Converter<OidcProviderConfiguration, Map<String, Object>>) - クラス org.springframework.security.oauth2.server.authorization.oidc.http.converter のメソッド。OidcProviderConfigurationHttpMessageConverter
- setRegisteredClientConverter(Converter<OidcClientRegistration, RegisteredClient>) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcClientRegistrationAuthenticationProvider
- setRegisteredClientParametersMapper(Function<RegisteredClient, List<SqlParameterValue>>) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。JdbcRegisteredClientRepository
- setRegisteredClientRowMapper(RowMapper<RegisteredClient>) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。JdbcRegisteredClientRepository
- setSessionAuthenticationStrategy(SessionAuthenticationStrategy) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2AuthorizationEndpointFilter
AuthenticationSuccessHandlerを呼び出す前に、OAuth2AuthorizationCodeRequestAuthenticationTokenの処理に使用されるSessionAuthenticationStrategyを設定します。- setSessionRegistry(SessionRegistry) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeAuthenticationProvider
- OpenID Connect セッションの追跡に使用される
SessionRegistryを設定します。 - setting(String, Object) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AbstractSettings.AbstractBuilder
- 構成設定を設定します。
- settings(Consumer<Map<String, Object>>) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AbstractSettings.AbstractBuilder
- 構成設定
MapのConsumerにより、追加、置換、削除が可能になります。 - setTokenIntrospectionConverter(Converter<Map<String, Object>, OAuth2TokenIntrospection>) - クラス org.springframework.security.oauth2.server.authorization.http.converter のメソッド。OAuth2TokenIntrospectionHttpMessageConverter
- Token Introspection Response パラメーターを
OAuth2TokenIntrospectionに変換するために使用されるConverterを設定します。 - setTokenIntrospectionParametersConverter(Converter<OAuth2TokenIntrospection, Map<String, Object>>) - クラス org.springframework.security.oauth2.server.authorization.http.converter のメソッド。OAuth2TokenIntrospectionHttpMessageConverter
- setupModule(Module.SetupContext) - クラス org.springframework.security.oauth2.server.authorization.jackson2 のメソッド。OAuth2AuthorizationServerJackson2Module
- setUserCodeGenerator(OAuth2TokenGenerator<OAuth2UserCode>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceAuthorizationRequestAuthenticationProvider
OAuth2UserCodeを生成するOAuth2TokenGeneratorを設定します。- setUserInfoConverter(Converter<Map<String, Object>, OidcUserInfo>) - クラス org.springframework.security.oauth2.server.authorization.oidc.http.converter のメソッド。OidcUserInfoHttpMessageConverter
- UserInfo パラメーターを
OidcUserInfoに変換するために使用されるConverterを設定します。 - setUserInfoMapper(Function<OidcUserInfoAuthenticationContext, OidcUserInfo>) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcUserInfoAuthenticationProvider
OidcUserInfoAuthenticationContextからクレームを抽出するために使用されるFunctionSE を、UserInfo レスポンスのOidcUserInfoのインスタンスに設定します。- setUserInfoParametersConverter(Converter<OidcUserInfo, Map<String, Object>>) - クラス org.springframework.security.oauth2.server.authorization.oidc.http.converter のメソッド。OidcUserInfoHttpMessageConverter
OidcUserInfoを UserInfo のMap表現に変換するために使用されるConverterを設定します。- setVerificationUri(String) - クラス org.springframework.security.oauth2.server.authorization.web のメソッド。OAuth2DeviceAuthorizationEndpointFilter
- 認可サーバーにエンドユーザー検証
URIを設定します。 - SpringAuthorizationServerVersion - org.springframework.security.oauth2.server.authorization.util のクラス
- Spring Authorization Server クラス間の直列化に使用される内部クラス。
- SpringAuthorizationServerVersion() - クラス org.springframework.security.oauth2.server.authorization.util. SpringAuthorizationServerVersion のコンストラクター
- SUB - Static variable in class org.springframework.security.oauth2.server.authorization.token.OAuth2TokenClaimNames
sub- サブジェクトクレームは、OAuth 2.0 トークンの対象であるプリンシパルを識別します- subject(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2TokenIntrospection.Builder
- トークンのサブジェクトを設定します。通常は、このトークンを承認したリソース所有者の機械可読識別子です (OPTIONAL)。
- subject(String) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenClaimsSet.Builder
- サブジェクト
(sub)クレームを設定します。これは、OAuth 2.0 トークンのサブジェクトであるプリンシパルを識別します。 - SUBJECT_TYPES_SUPPORTED - Static variable in class org.springframework.security.oauth2.server.authorization.oidc.OidcProviderMetadataClaimNames
subject_types_supported- サポートされている サブジェクト識別子の種類- subjectType(String) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcProviderConfiguration.Builder
- この サブジェクト型を、結果の
OidcProviderConfigurationのsubject_types_supportedのコレクションに追加します (必須)。 - subjectTypes(Consumer<List<String>>) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcProviderConfiguration.Builder
- サブジェクト型の
Consumerで、追加、交換、削除が可能です。 - supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。ClientSecretAuthenticationProvider
- supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。JwtClientAssertionAuthenticationProvider
- supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeAuthenticationProvider
- supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationCodeRequestAuthenticationProvider
- supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2AuthorizationConsentAuthenticationProvider
- supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2ClientCredentialsAuthenticationProvider
- supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceAuthorizationConsentAuthenticationProvider
- supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceAuthorizationRequestAuthenticationProvider
- supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceCodeAuthenticationProvider
- supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2DeviceVerificationAuthenticationProvider
- supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2RefreshTokenAuthenticationProvider
- supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenExchangeAuthenticationProvider
- supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenIntrospectionAuthenticationProvider
- supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。OAuth2TokenRevocationAuthenticationProvider
- supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。PublicClientAuthenticationProvider
- supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.authentication のメソッド。X509ClientCertificateAuthenticationProvider
- supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.http.converter のメソッド。OAuth2AuthorizationServerMetadataHttpMessageConverter
- supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.http.converter のメソッド。OAuth2TokenIntrospectionHttpMessageConverter
- supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcClientConfigurationAuthenticationProvider
- supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcClientRegistrationAuthenticationProvider
- supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcLogoutAuthenticationProvider
- supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.oidc.authentication のメソッド。OidcUserInfoAuthenticationProvider
- supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.oidc.http.converter のメソッド。OidcClientRegistrationHttpMessageConverter
- supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.oidc.http.converter のメソッド。OidcProviderConfigurationHttpMessageConverter
- supports(Class<?>) - クラス org.springframework.security.oauth2.server.authorization.oidc.http.converter のメソッド。OidcUserInfoHttpMessageConverter
T
- TLS_CLIENT_CERTIFICATE_BOUND_ACCESS_TOKENS - Static variable in class org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimNames
tls_client_certificate_bound_access_tokens- 相互 TLS クライアント証明書にバインドされたアクセストークンのサポートを示すtrue- tlsClientCertificateBoundAccessTokens(boolean) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- 結果の
AbstractOAuth2AuthorizationServerMetadata、OPTIONAL でこのtls_client_certificate_bound_access_tokensを使用します。 - token(T) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization.Builder
tokenを設定します。- token(T, Consumer<Map<String, Object>>) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization.Builder
tokenおよび関連するメタデータを設定します。- Token(T) - クラス org.springframework.security.oauth2.server.authorization のコンストラクター。OAuth2Authorization.Token
- Token(T, Map<String, Object>) - クラス org.springframework.security.oauth2.server.authorization のコンストラクター。OAuth2Authorization.Token
- TOKEN_ENDPOINT - Static variable in class org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimNames
token_endpoint- OAuth 2.0 トークンエンドポイントのURL- TOKEN_ENDPOINT - Static variable in class org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.AuthorizationServer
- OAuth 2.0 トークンエンドポイントを設定します。
- TOKEN_ENDPOINT_AUTH_METHOD - Static variable in class org.springframework.security.oauth2.server.authorization.oidc.OidcClientMetadataClaimNames
token_endpoint_auth_method- クライアントがトークンエンドポイントに使用する認証方法- TOKEN_ENDPOINT_AUTH_METHODS_SUPPORTED - Static variable in class org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimNames
token_endpoint_auth_methods_supported- OAuth 2.0 トークンエンドポイントでサポートされているクライアント認証方法- TOKEN_ENDPOINT_AUTH_SIGNING_ALG - Static variable in class org.springframework.security.oauth2.server.authorization.oidc.OidcClientMetadataClaimNames
token_endpoint_auth_signing_alg-private_key_jwtおよびclient_secret_jwt認証方式のトークンエンドポイントでクライアントを認証するために使用されるJWTの署名に使用する必要があるJWSアルゴリズム- TOKEN_ENDPOINT_AUTHENTICATION_SIGNING_ALGORITHM - Static variable in class org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.Client
private_key_jwtおよびclient_secret_jwt認証方法のトークンエンドポイントでクライアントを認証するために使用されるJWTの署名に使用する必要があるJWSアルゴリズムを設定します。- TOKEN_INTROSPECTION_ENDPOINT - Static variable in class org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.AuthorizationServer
- OAuth 2.0 トークンイントロスペクションエンドポイントを設定します。
- TOKEN_METADATA_NAMESPACE - Static variable in class org.springframework.security.oauth2.server.authorization.OAuth2Authorization.Token
- TOKEN_REVOCATION_ENDPOINT - Static variable in class org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.AuthorizationServer
- OAuth 2.0 トークン失効エンドポイントを設定します。
- tokenEndpoint(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- 結果の
AbstractOAuth2AuthorizationServerMetadataでこのtoken_endpointを使用します。必須です。 - tokenEndpoint(String) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings.Builder
- OAuth 2.0 トークンエンドポイントを設定します。
- tokenEndpoint(Customizer<OAuth2TokenEndpointConfigurer>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationServerConfigurer
- OAuth 2.0 トークンエンドポイントを構成します。
- tokenEndpointAuthenticationMethod(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- 結果の
AbstractOAuth2AuthorizationServerMetadata、OPTIONAL で、このクライアント認証方法をtoken_endpoint_auth_methods_supportedのコレクションに追加します。 - tokenEndpointAuthenticationMethod(String) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration.Builder
- クライアントがトークンエンドポイントに使用する認証方法を設定します (OPTIONAL)。
- tokenEndpointAuthenticationMethods(Consumer<List<String>>) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- 追加、置換、削除を可能にするクライアント認証方式の
Consumer。 - tokenEndpointAuthenticationSigningAlgorithm(String) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcClientRegistration.Builder
private_key_jwtおよびclient_secret_jwt認証方式のトークンエンドポイントでクライアントを認証するために使用されるJWTの署名に使用する必要があるJWSアルゴリズムを設定します (OPTIONAL)。- tokenEndpointAuthenticationSigningAlgorithm(JwsAlgorithm) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。ClientSettings.Builder
private_key_jwtおよびclient_secret_jwt認証方式のトークンエンドポイントでクライアントを認証するために使用されるJWTの署名に使用する必要があるJWSアルゴリズムを設定します。- tokenGenerator(OAuth2TokenGenerator<? extends OAuth2Token>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationServerConfigurer
- トークンジェネレーターを設定します。
- tokenIntrospectionEndpoint(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- 結果の
AbstractOAuth2AuthorizationServerMetadata、OPTIONAL でこのintrospection_endpointを使用します。 - tokenIntrospectionEndpoint(String) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings.Builder
- OAuth 2.0 トークンイントロスペクションエンドポイントを設定します。
- tokenIntrospectionEndpoint(Customizer<OAuth2TokenIntrospectionEndpointConfigurer>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationServerConfigurer
- OAuth 2.0 トークンイントロスペクションエンドポイントを構成します。
- tokenIntrospectionEndpointAuthenticationMethod(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- 結果の
AbstractOAuth2AuthorizationServerMetadata、OPTIONAL で、このクライアント認証方法をintrospection_endpoint_auth_methods_supportedのコレクションに追加します。 - tokenIntrospectionEndpointAuthenticationMethods(Consumer<List<String>>) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- 追加、置換、削除を可能にするクライアント認証方式の
Consumer。 - tokenRevocationEndpoint(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- 結果の
AbstractOAuth2AuthorizationServerMetadata、OPTIONAL でこのrevocation_endpointを使用します。 - tokenRevocationEndpoint(String) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AuthorizationServerSettings.Builder
- OAuth 2.0 トークン失効エンドポイントを設定します。
- tokenRevocationEndpoint(Customizer<OAuth2TokenRevocationEndpointConfigurer>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2AuthorizationServerConfigurer
- OAuth 2.0 トークン取り消しエンドポイントを構成します。
- tokenRevocationEndpointAuthenticationMethod(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- 結果の
AbstractOAuth2AuthorizationServerMetadata、OPTIONAL で、このクライアント認証方法をrevocation_endpoint_auth_methods_supportedのコレクションに追加します。 - tokenRevocationEndpointAuthenticationMethods(Consumer<List<String>>) - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- 追加、置換、削除を可能にするクライアント認証方式の
Consumer。 - tokens(Map<Class<? extends OAuth2Token>, OAuth2Authorization.Token<?>>) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2Authorization.Builder
- tokenSettings(TokenSettings) - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient.Builder
token configuration settingsを設定します。- TokenSettings - org.springframework.security.oauth2.server.authorization.settings のクラス
- トークン構成設定の機能。
- TokenSettings.Builder - org.springframework.security.oauth2.server.authorization.settings のクラス
TokenSettingsのビルダー。- tokenType(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2TokenIntrospection.Builder
- トークンの種類を設定します (例:
- tokenType(OAuth2TokenType) - クラス org.springframework.security.oauth2.server.authorization.token のメソッド。OAuth2TokenContext.AbstractBuilder
token typeを設定します。- toString() - クラス org.springframework.security.oauth2.server.authorization.client のメソッド。RegisteredClient
- toString() - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。AbstractSettings
U
- USER_INFO_ENDPOINT - Static variable in class org.springframework.security.oauth2.server.authorization.oidc.OidcProviderMetadataClaimNames
userinfo_endpoint- OpenID Connect 1.0 UserInfo エンドポイントのURL- userInfoEndpoint(String) - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcProviderConfiguration.Builder
- 結果の
OidcProviderConfiguration、OPTIONAL でこのuserinfo_endpointを使用します。 - userInfoEndpoint(Customizer<OidcUserInfoEndpointConfigurer>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OidcConfigurer
- OpenID Connect 1.0 UserInfo エンドポイントを構成します。
- userInfoMapper(Function<OidcUserInfoAuthenticationContext, OidcUserInfo>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OidcUserInfoEndpointConfigurer
OidcUserInfoAuthenticationContextからクレームを抽出するために使用されるFunctionSE を、UserInfo レスポンスのOidcUserInfoのインスタンスに設定します。- userInfoRequestConverter(AuthenticationConverter) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OidcUserInfoEndpointConfigurer
HttpServletRequestから UserInfo リクエストを抽出しようとするときに使用されるAuthenticationConverterを、リクエストの認証に使用されるOidcUserInfoAuthenticationTokenのインスタンスに追加します。- userInfoRequestConverters(Consumer<List<AuthenticationConverter>>) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OidcUserInfoEndpointConfigurer
- デフォルトの
Listおよび (オプションで) 追加されたAuthenticationConverterへのアクセスを提供するConsumerを設定して、特定のAuthenticationConverterを追加、削除、カスタマイズする機能を許可します。 - userInfoResponseHandler(AuthenticationSuccessHandler) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OidcUserInfoEndpointConfigurer
OidcUserInfoAuthenticationTokenを処理してUserInfo Responseを返すために使用されるAuthenticationSuccessHandlerを設定します。- username(String) - クラス org.springframework.security.oauth2.server.authorization のメソッド。OAuth2TokenIntrospection.Builder
- このトークン OPTIONAL を承認したリソース所有者の人間が判読できる識別子を設定します。
V
- validate() - クラス org.springframework.security.oauth2.server.authorization のメソッド。AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder
- validate() - クラス org.springframework.security.oauth2.server.authorization.oidc のメソッド。OidcProviderConfiguration.Builder
- validateURL(Object, String) - クラス org.springframework.security.oauth2.server.authorization.AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder の静的メソッド
- verificationUri(String) - クラス org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers のメソッド。OAuth2DeviceAuthorizationEndpointConfigurer
- 認可サーバーにエンドユーザー検証
URIを設定します。
W
- with(JwsHeader.Builder, JwtClaimsSet.Builder) - Static method in class org.springframework.security.oauth2.server.authorization.token.JwtEncodingContext
- 提供された JWS ヘッダーとクレームを使用して新しい
JwtEncodingContext.Builderを構築します。 - with(OAuth2AccessTokenAuthenticationToken) - クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2AccessTokenAuthenticationContext の静的メソッド
- with(OAuth2AuthorizationCodeRequestAuthenticationToken) - クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationCodeRequestAuthenticationContext の静的メソッド
- with(OAuth2AuthorizationConsentAuthenticationToken) - クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationConsentAuthenticationContext の静的メソッド
- with(OAuth2ClientAuthenticationToken) - クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2ClientAuthenticationContext の静的メソッド
- 提供された
OAuth2ClientAuthenticationTokenで新しいOAuth2ClientAuthenticationContext.Builderを構築します。 - with(OAuth2ClientCredentialsAuthenticationToken) - クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2ClientCredentialsAuthenticationContext の静的メソッド
- with(OidcLogoutAuthenticationToken) - Static method in class org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcLogoutAuthenticationContext
- 提供された
OidcLogoutAuthenticationTokenで新しいOidcLogoutAuthenticationContext.Builderを構築します。 - with(OidcUserInfoAuthenticationToken) - Static method in class org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcUserInfoAuthenticationContext
- 提供された
OidcUserInfoAuthenticationTokenで新しいOidcUserInfoAuthenticationContext.Builderを構築します。 - with(OAuth2TokenClaimsSet.Builder) - クラス org.springframework.security.oauth2.server.authorization.token.OAuth2TokenClaimsContext の静的メソッド
- 提供されたクレームで新しい
OAuth2TokenClaimsContext.Builderを構築します。 - withClaims(Map<String, Object>) - クラス org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadata の静的メソッド
- 提供されたクレームで新しい
OAuth2AuthorizationServerMetadata.Builderを構築します。 - withClaims(Map<String, Object>) - クラス org.springframework.security.oauth2.server.authorization.OAuth2TokenIntrospection の静的メソッド
- 指定されたクレームで初期化された新しい
OAuth2TokenIntrospection.Builderを構築します。 - withClaims(Map<String, Object>) - Static method in class org.springframework.security.oauth2.server.authorization.oidc.OidcClientRegistration
- 提供されたクレームで新しい
OidcClientRegistration.Builderを構築します。 - withClaims(Map<String, Object>) - Static method in class org.springframework.security.oauth2.server.authorization.oidc.OidcProviderConfiguration
- 提供されたクレームで新しい
OidcProviderConfiguration.Builderを構築します。 - withId(String) - Static method in class org.springframework.security.oauth2.server.authorization.client.RegisteredClient
- 指定された登録識別子で初期化された新しい
RegisteredClient.Builderを返します。 - withId(String, String) - クラス org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsent の静的メソッド
- withRegisteredClient(RegisteredClient) - クラス org.springframework.security.oauth2.server.authorization.OAuth2Authorization の静的メソッド
- 指定された
RegisteredClient.getId()で初期化された新しいOAuth2Authorization.Builderを返します。 - withSettings(Map<String, Object>) - Static method in class org.springframework.security.oauth2.server.authorization.settings.AuthorizationServerSettings
- 指定された設定で新しい
AuthorizationServerSettings.Builderを構築します。 - withSettings(Map<String, Object>) - Static method in class org.springframework.security.oauth2.server.authorization.settings.ClientSettings
- 指定された設定で新しい
ClientSettings.Builderを構築します。 - withSettings(Map<String, Object>) - Static method in class org.springframework.security.oauth2.server.authorization.settings.TokenSettings
- 指定された設定で新しい
TokenSettings.Builderを構築します。 - writeInternal(OidcUserInfo, HttpOutputMessage) - クラス org.springframework.security.oauth2.server.authorization.oidc.http.converter のメソッド。OidcUserInfoHttpMessageConverter
- writeInternal(OAuth2AuthorizationServerMetadata, HttpOutputMessage) - クラス org.springframework.security.oauth2.server.authorization.http.converter のメソッド。OAuth2AuthorizationServerMetadataHttpMessageConverter
- writeInternal(OAuth2TokenIntrospection, HttpOutputMessage) - クラス org.springframework.security.oauth2.server.authorization.http.converter のメソッド。OAuth2TokenIntrospectionHttpMessageConverter
- writeInternal(OidcClientRegistration, HttpOutputMessage) - クラス org.springframework.security.oauth2.server.authorization.oidc.http.converter のメソッド。OidcClientRegistrationHttpMessageConverter
- writeInternal(OidcProviderConfiguration, HttpOutputMessage) - クラス org.springframework.security.oauth2.server.authorization.oidc.http.converter のメソッド。OidcProviderConfigurationHttpMessageConverter
X
- X509_CERTIFICATE_BOUND_ACCESS_TOKENS - クラス org.springframework.security.oauth2.server.authorization.settings の静的変数。ConfigurationSettingNames.Token
tls_client_authまたはself_signed_tls_client_authメソッドを使用するときに、クライアント認証中に受信したクライアントX509Certificateにアクセストークンをバインドする必要がある場合は、trueに設定します。- X509_CERTIFICATE_SUBJECT_DN - クラス org.springframework.security.oauth2.server.authorization.settings の静的変数。ConfigurationSettingNames.Client
tls_client_auth方式を使用する場合、クライアント認証中に受信したクライアントX509Certificateに関連付けられた予想されるサブジェクト識別名を設定します。- x509CertificateBoundAccessTokens(boolean) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。TokenSettings.Builder
tls_client_authまたはself_signed_tls_client_authメソッドを使用するときに、クライアント認証中に受信したクライアントX509Certificateにアクセストークンをバインドする必要がある場合は、trueに設定します。- x509CertificateSubjectDN(String) - クラス org.springframework.security.oauth2.server.authorization.settings のメソッド。ClientSettings.Builder
tls_client_auth方式を使用する場合、クライアント認証中に受信したクライアントX509Certificateに関連付けられた予想されるサブジェクト識別名を設定します。- X509ClientCertificateAuthenticationConverter - org.springframework.security.oauth2.server.authorization.web.authentication のクラス
HttpServletRequestからクライアントX509Certificateチェーンを抽出し、tls_client_authまたはself_signed_tls_client_auth方式を使用してクライアントを認証するために使用されるOAuth2ClientAuthenticationTokenに変換します。- X509ClientCertificateAuthenticationConverter() - クラス org.springframework.security.oauth2.server.authorization.web.authentication のコンストラクター。X509ClientCertificateAuthenticationConverter
- X509ClientCertificateAuthenticationProvider - org.springframework.security.oauth2.server.authorization.authentication のクラス
- OAuth 2.0 クライアント認証に使用される
AuthenticationProvider実装。tls_client_authまたはself_signed_tls_client_auth認証方法が使用されるときに受信したクライアントX509Certificateを認証します。 - X509ClientCertificateAuthenticationProvider(RegisteredClientRepository, OAuth2AuthorizationService) - クラス org.springframework.security.oauth2.server.authorization.authentication のコンストラクター。X509ClientCertificateAuthenticationProvider
- 指定されたパラメーターを使用して
X509ClientCertificateAuthenticationProviderを構築します。
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式
AbstractConfiguredSecurityBuilder.with(SecurityConfigurerAdapter, Customizer)を使用し、OAuth2AuthorizationServerConfigurer.authorizationServer()を渡します。