|
Oracle Fusion Middleware Java API Reference for Oracle OAuth Service 11g Release 2 (11.1.2) E57632-01 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceServerProfileServiceException
oracle.security.idaas.oauth.resourceserver |
Uses of ResourceServerProfileServiceException in oracle.security.idaas.oauth.resourceserver
Subclasses of ResourceServerProfileServiceExceptionin oracle.security.idaas.oauth.resourceserver
class |
InvalidScopeException This InvalidScopeException indicates when requested scopes are not valid |
class |
ResourceServerProfileIdAlreadyUsedException This exception ResourceServerProfileIdAlreadyUsedException indicates the resource server profile id is already used in the system |
class |
ResourceServerProfileNameAlreadyUsedException This exception ResourceServerProfileIdAlreadyUsedException indicates the resource server profile name is already used in the identity domain |
class |
ResourceServerProfileNotFoundException This ResourceServerProfileNotFoundException indicates the resource server profile is not found |
Methods in oracle.security.idaas.oauth.resourceserverthat throw ResourceServerProfileServiceException
void |
ResourceServerProfileWriter.delete(ResourceServerProfileRequest resourceServerProfileRequest) Delete an OAuth Resource Server Profile |
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 |
ResourceServerProfile |
ResourceServerProfileWriter.update(ResourceServerWritableProfile resourceServerWritableProfile) Update an OAuth Resource Server Profile |
ResourceServerProfile |
ResourceServerProfileWriter.write(ResourceServerWritableProfile resourceServerWritableProfile) Create an OAuth Resource Server Profile |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |