org.springframework.security.oauth2.provider
类 DefaultOAuth2RequestValidator

java.lang.Object
  继承者 org.springframework.security.oauth2.provider.DefaultOAuth2RequestValidator
所有已实现的接口:
OAuth2RequestValidator

public class DefaultOAuth2RequestValidator
extends Object
implements OAuth2RequestValidator

Default implementation of OAuth2RequestValidator.

作者:
Amanda Anganes

构造方法摘要
DefaultOAuth2RequestValidator()
           
 
方法摘要
 void validateScope(Map<String,String> parameters, Set<String> clientScopes)
          Ensure that the client has requested a valid set of scopes.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

DefaultOAuth2RequestValidator

public DefaultOAuth2RequestValidator()
方法详细信息

validateScope

public void validateScope(Map<String,String> parameters,
                          Set<String> clientScopes)
从接口 OAuth2RequestValidator 复制的描述
Ensure that the client has requested a valid set of scopes.

指定者:
接口 OAuth2RequestValidator 中的 validateScope
参数:
parameters - the parameters on the request, including scope
clientScopes - the requesting client's registered, allowed scopes


Copyright © 2013. All rights reserved.