|
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 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 mapClientAuthenticationResponse authenticate(ClientRequest clientRequest) throws ClientSecurityManagerException
clientRequest
- contains requested client id, secret, ip address and requested mapClientSecurityManagerException
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |