|
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 ClientProfileReader
This ClientProfileReader is used to read OAuth Client Profiles
Method Summary
ClientProfile |
readClientProfile(ClientRequest clientRequest)Get an OAuth Client Profile by client id or Client name and Identity Domain Id |
java.util.Collection<ClientProfile> |
readClientProfiles(ClientRequest clientRequest)Get a collection of the OAuth Client Profiles by identity domain Id |
Method Detail
ClientProfile readClientProfile(ClientRequest clientRequest)
throws ClientSecurityManagerException
clientRequest - contains client idClientProfileNotFoundException - - if client profile is not foundClientSecurityManagerException
java.util.Collection<ClientProfile> readClientProfiles(ClientRequest clientRequest)
throws ClientSecurityManagerException
clientRequest - contains the identity domain idClientProfileNotFoundExceptionClientSecurityManagerException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||