|
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 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 idClientProfileNotFoundException
ClientSecurityManagerException
|
Oracle and/or its affiliates. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |