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


Uses of Interface
oracle.security.idaas.oauth.resourceserver.ResourceServerProfileRequest

Packages that use ResourceServerProfileRequest

oracle.security.idaas.oauth.resourceserver   

 

Uses of ResourceServerProfileRequest in oracle.security.idaas.oauth.resourceserver

  Methods in oracle.security.idaas.oauth.resourceserverwith parameters of type ResourceServerProfileRequest

 void ResourceServerProfileWriter.delete(ResourceServerProfileRequest resourceServerProfileRequest)
          Delete an OAuth Resource Server Profile
 ResourceServerProfile ResourceServerProfileReader.readResourceServerProfile(ResourceServerProfileRequest resourceServerProfileRequest)
          Get a Resource Server Profile by Resource Server Profile Id or Identity Domain Id and Resource Server Profile Name
 java.util.Collection<ResourceServerProfile> ResourceServerProfileReader.readResourceServerProfileByRequestedScope(ResourceServerProfileRequest resourceServerProfileRequest)
          Get a list of Resource Server Profile by the requested Scope Name The resource server profile should have only requested scope profile instead of all defined scope profiles This method would be invoked by IDM OAuth Runtime Server when a client requests for the Access Token This profile is not cached by IDM OAuth Runtime Server so, its implementation may cache resource server profiles
 java.util.Collection<ResourceServerProfile> ResourceServerProfileReader.readResourceServerProfiles(ResourceServerProfileRequest resourceServerProfileRequest)
          Get a collection of Resource Server Profile by Identity Domain Id

 


Skip navigation links

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