|
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 ResourceServerProfileWriter
This interface is used to create, update and delete OAuth Resource Server Profiles.
Method Summary
void |
delete(ResourceServerProfileRequest resourceServerProfileRequest)Delete an OAuth Resource Server Profile |
ResourceServerProfile |
update(ResourceServerWritableProfile resourceServerWritableProfile)Update an OAuth Resource Server Profile |
ResourceServerProfile |
write(ResourceServerWritableProfile resourceServerWritableProfile)Create an OAuth Resource Server Profile |
Method Detail
ResourceServerProfile write(ResourceServerWritableProfile resourceServerWritableProfile)
throws ResourceServerProfileNameAlreadyUsedException,
ResourceServerProfileIdAlreadyUsedException,
ResourceServerProfileServiceException
resourceServerWritableProfile - contains OAuth Resource Server Profile attributesResourceServerProfileNameAlreadyUsedExceptionResourceServerProfileIdAlreadyUsedExceptionResourceServerProfileServiceException
ResourceServerProfile update(ResourceServerWritableProfile resourceServerWritableProfile)
throws ResourceServerProfileNotFoundException,
ResourceServerProfileServiceException
resourceServerWritableProfile - contains OAuth Resource Server Profile attributesResourceServerProfileNotFoundExceptionResourceServerProfileServiceException
void delete(ResourceServerProfileRequest resourceServerProfileRequest)
throws ResourceServerProfileNotFoundException,
ResourceServerProfileServiceException
resourceServerProfileRequest - contains either id, or identity domain id and nameResourceServerProfileNotFoundExceptionResourceServerProfileServiceException
|
Oracle and/or its affiliates. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||