|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface ImplicitGrantService
Service to associate & store an incoming AuthorizationRequest with the TokenRequest that is passed to the ImplicitTokenGranter during the Implicit flow. This mimics the AuthorizationCodeServices functionality from the Authorization Code flow, allowing the ImplicitTokenGranter to reference the original AuthorizationRequest, while still allowing the ImplicitTokenGranter to adhere to the TokenGranter interface.
| 方法摘要 | |
|---|---|
OAuth2Request |
remove(TokenRequest tokenRequest)
Look up and return the OAuth2Request associated with the given TokenRequest. |
void |
store(OAuth2Request originalRequest,
TokenRequest tokenRequest)
Save an association between an OAuth2Request and a TokenRequest. |
| 方法详细信息 |
|---|
void store(OAuth2Request originalRequest,
TokenRequest tokenRequest)
originalRequest - tokenRequest - OAuth2Request remove(TokenRequest tokenRequest)
tokenRequest -
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||