|
Oracle Fusion Middleware Java API Reference for the Oracle Access Management OAuth Service 11g Release 2 Patch Set 3 (11.1.2.3) E59498-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClientAuthenticator
This ClientAuthenticator is used to validate OAuth Client redirect URI and perform the client authentication
Method Summary
ClientAuthenticationResponse |
authenticate(ClientRequest clientRequest)This method validates whether the OAuth client is authenticated or not |
boolean |
isValidRedirectURI(ClientRequest clientRequest)This method validates whether the OAuth Client's redirect uri os valid or not |
Method Detail
boolean isValidRedirectURI(ClientRequest clientRequest)
clientRequest - contains requested client id, redirect uri, ip address and requested map
ClientAuthenticationResponse authenticate(ClientRequest clientRequest)
throws ClientSecurityManagerException
clientRequest - contains requested client id, secret, ip address and requested mapClientSecurityManagerException
|
Oracle and/or its affiliates. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||