类 org.springframework.security.oauth2.common.AuthenticationScheme
的使用

使用 AuthenticationScheme 的软件包
org.springframework.security.oauth2.client.resource   
org.springframework.security.oauth2.common   
 

org.springframework.security.oauth2.client.resourceAuthenticationScheme 的使用
 

返回 AuthenticationSchemeorg.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()
           
 

参数类型为 AuthenticationSchemeorg.springframework.security.oauth2.client.resource 中的方法
 void BaseOAuth2ProtectedResourceDetails.setAuthenticationScheme(AuthenticationScheme authorizationScheme)
           
 void BaseOAuth2ProtectedResourceDetails.setClientAuthenticationScheme(AuthenticationScheme clientAuthenticationScheme)
           
 

org.springframework.security.oauth2.commonAuthenticationScheme 的使用
 

返回 AuthenticationSchemeorg.springframework.security.oauth2.common 中的方法
static AuthenticationScheme AuthenticationScheme.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static AuthenticationScheme[] AuthenticationScheme.values()
          按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
 



Copyright © 2013. All rights reserved.