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
| 从类 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 scopeclientScopes - the requesting client's registered, allowed scopes
Copyright © 2013. All rights reserved.