|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void store(OAuth2Request originalRequest,
TokenRequest tokenRequest)
originalRequest - tokenRequest - OAuth2Request remove(TokenRequest tokenRequest)
tokenRequest -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||