|
Oracle Fusion Middleware Java API Reference for Oracle OAuth Service 11g Release 2 (11.1.2) E57632-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BasicClientAuthorization
This BasicClientAuthorization is used to perform the OAuth Client Authorization
Method Summary
ClientAuthorizationResponse |
isAuthorized(ClientRequest clientRequest) Checks whether client is authorized to access the requested scopes and grant types |
boolean |
isUserConsentRequired(ClientRequest clientRequest) Checks whether client requires user consent for it's initiated authorization requests |
Method Detail
ClientAuthorizationResponse isAuthorized(ClientRequest clientRequest) throws ClientSecurityManagerException
clientRequest
- - containing client id, requested grants, scopes and other data as necessaryClientSecurityManagerException
boolean isUserConsentRequired(ClientRequest clientRequest)
clientRequest
- Client request containing client id and other data as necessary to process this client privilege
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |