|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 AuthenticationScheme 的软件包 | |
|---|---|
| org.springframework.security.oauth2.client.resource | |
| org.springframework.security.oauth2.common | |
| org.springframework.security.oauth2.client.resource 中 AuthenticationScheme 的使用 |
|---|
| 返回 AuthenticationScheme 的 org.springframework.security.oauth2.client.resource 中的方法 | |
|---|---|
AuthenticationScheme |
OAuth2ProtectedResourceDetails.getAuthenticationScheme()
Get the bearer token method for this resource. |
AuthenticationScheme |
BaseOAuth2ProtectedResourceDetails.getAuthenticationScheme()
|
AuthenticationScheme |
OAuth2ProtectedResourceDetails.getClientAuthenticationScheme()
The scheme to use to authenticate the client. |
AuthenticationScheme |
BaseOAuth2ProtectedResourceDetails.getClientAuthenticationScheme()
|
| 参数类型为 AuthenticationScheme 的 org.springframework.security.oauth2.client.resource 中的方法 | |
|---|---|
void |
BaseOAuth2ProtectedResourceDetails.setAuthenticationScheme(AuthenticationScheme authorizationScheme)
|
void |
BaseOAuth2ProtectedResourceDetails.setClientAuthenticationScheme(AuthenticationScheme clientAuthenticationScheme)
|
| org.springframework.security.oauth2.common 中 AuthenticationScheme 的使用 |
|---|
| 返回 AuthenticationScheme 的 org.springframework.security.oauth2.common 中的方法 | |
|---|---|
static AuthenticationScheme |
AuthenticationScheme.valueOf(String name)
返回带有指定名称的该类型的枚举常量。 |
static AuthenticationScheme[] |
AuthenticationScheme.values()
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。 |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||