Skip navigation links

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


oracle.security.idaas.oauth.client
Interface ClientProfileReader

All Known Subinterfaces:
ClientSecurityManager

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

readClientProfile

ClientProfile readClientProfile(ClientRequest clientRequest)
                                throws ClientSecurityManagerException
Get an OAuth Client Profile by client id or Client name and Identity Domain Id
Parameters:
clientRequest - contains client id
Returns:
Throws:
ClientProfileNotFoundException - - if client profile is not found
ClientSecurityManagerException

readClientProfiles

java.util.Collection<ClientProfile> readClientProfiles(ClientRequest clientRequest)
                                                       throws ClientSecurityManagerException
Get a collection of the OAuth Client Profiles by identity domain Id
Parameters:
clientRequest - contains the identity domain id
Returns:
Throws:
ClientProfileNotFoundException
ClientSecurityManagerException

Skip navigation links

Copyright (c) 2014, 2015,
Oracle and/or its affiliates. All Rights Reserved.