|
Oracle Communications Services Gatekeeper Java API Reference 6.0 E55513-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
OAuth2Action |
onAuthRequest(String responseType, Map attribute) Invoked when clients visit the endpoint "oaut2/authorize". |
OAuth2Action |
onDelegatedAuthRequest(String responseType, Map attribute) Invoked when clients visit the endpoint "oauth2/grant". |
OAuth2Action |
onTokenRequest(String grantType, Map attribute) Invoked when clients visit the endpoint "oauth2/token". |
Method Detail |
public OAuth2Action onAuthRequest(String responseType, Map attribute)
responseType
- value of "response_type" in requestattribute
- mandatory and optional parameters' key-value pairs in this request.public OAuth2Action onDelegatedAuthRequest(String responseType, Map attribute)
responseType
- Value of "response_type" in requestattribute
- Mandatory and optional parameters' key-value pairs in this request("oauth2/authorize") and previous requestspublic OAuth2Action onTokenRequest(String grantType, 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 6.0 E55513-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |