|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthorizationCodeServices
Services for issuing and storing authorization codes.
| Method Summary | |
|---|---|
OAuth2Authentication |
consumeAuthorizationCode(String code)
Consume a authorization code. |
String |
createAuthorizationCode(OAuth2Authentication authentication)
Create a authorization code for the specified authentications. |
| Method Detail |
|---|
String createAuthorizationCode(OAuth2Authentication authentication)
authentication - The authentications to store.
OAuth2Authentication consumeAuthorizationCode(String code)
throws InvalidGrantException
code - The authorization code to consume.
InvalidGrantException - If the authorization code is invalid or expired.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||