| パッケージ | 説明 |
|---|---|
| org.springframework.security.oauth2.client.resource | |
| org.springframework.security.oauth2.common |
| 修飾子と型 | メソッドと説明 |
|---|---|
AuthenticationScheme | OAuth2ProtectedResourceDetails . getAuthenticationScheme() このリソースのベアラートークンメソッドを取得します。 |
AuthenticationScheme | BaseOAuth2 保護リソースの詳細 . getAuthenticationScheme() |
AuthenticationScheme | OAuth2ProtectedResourceDetails . getClientAuthenticationScheme() クライアントの認証に使用するスキーム。 |
AuthenticationScheme | BaseOAuth2 保護リソースの詳細 . getClientAuthenticationScheme() |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | BaseOAuth2 保護リソースの詳細 . setAuthenticationScheme(AuthenticationScheme authorizationScheme) |
void | BaseOAuth2 保護リソースの詳細 . setClientAuthenticationScheme(AuthenticationScheme clientAuthenticationScheme) |
| 修飾子と型 | メソッドと説明 |
|---|---|
static AuthenticationScheme | AuthenticationScheme. valueOf(StringSE name) 指定された名前を持つこの型の列挙定数を返します。 |
static AuthenticationScheme[] | AuthenticationScheme. values() この列挙型の定数を含む配列を、宣言されている順序で返します。 |
Copyright © 2019. All rights reserved.