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.ResourceServerProfile

Packages that use ResourceServerProfile

oracle.security.idaas.oauth.resourceserver   
oracle.security.idaas.rest.provider.plugin   

 

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

  Subinterfaces of ResourceServerProfilein oracle.security.idaas.oauth.resourceserver

 interface ResourceServerWritableProfile
          This ResourceServerWritableProfile is for writable OAuth Resource Server Profile definition

  Methods in oracle.security.idaas.oauth.resourceserverthat return ResourceServerProfile

 ResourceServerProfile ResourceServerProfileReader.readResourceServerProfile(ResourceServerProfileRequest resourceServerProfileRequest)
          Get a Resource Server Profile by Resource Server Profile Id or Identity Domain Id and Resource Server Profile Name
 ResourceServerProfile ResourceServerProfileWriter.update(ResourceServerWritableProfile resourceServerWritableProfile)
          Update an OAuth Resource Server Profile
 ResourceServerProfile ResourceServerProfileWriter.write(ResourceServerWritableProfile resourceServerWritableProfile)
          Create an OAuth Resource Server Profile

  Methods in oracle.security.idaas.oauth.resourceserverthat return types with arguments of type ResourceServerProfile

 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

 

Uses of ResourceServerProfile in oracle.security.idaas.rest.provider.plugin

  Methods in oracle.security.idaas.rest.provider.pluginthat return types with arguments of type ResourceServerProfile

 java.util.Collection<ResourceServerProfile> HandlerRequest.getResourceServerProfiles()
           

 


Skip navigation links

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