|
Oracle Communications Services Gatekeeper Java API Reference 7.0.0.1 E96578-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
OAuth2Handler.
Method Summary | |
abstract OAuth2Action |
onAuthRequest(java.lang.String responseType,
java.util.Map attribute)
Invoked when clients visit the endpoint "oaut2/authorize". |
abstract OAuth2Action |
onDelegatedAuthRequest(java.lang.String responseType,
java.util.Map attribute)
Invoked when clients visit the endpoint "oauth2/grant". |
abstract OAuth2Action |
onTokenRequest(java.lang.String grantType,
java.util.Map attribute)
Invoked when clients visit the endpoint "oauth2/token". |
Method Detail |
public OAuth2Action onAuthRequest(java.lang.String responseType, java.util.Map attribute)
responseType
- value of "response_type" in requestattribute
- mandatory and optional parameters' key-value pairs in this request.
public OAuth2Action onDelegatedAuthRequest(java.lang.String responseType, java.util.Map attribute)
responseType
- Value of "response_type" in requestattribute
- Mandatory and optional parameters' key-value pairs in
this request("oauth2/authorize") and previous requests
public OAuth2Action onTokenRequest(java.lang.String grantType, java.util.Map attribute)
grantType
- Value of "grant_type" in requestattribute
- Mandatory and optional parameters' key-value pairs in this request
|
Oracle Communications Services Gatekeeper Java API Reference 7.0.0.1 E96578-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |