|
Oracle Fusion Middleware Java API Reference for Oracle OAuth Service 11g Release 2 (11.1.2) E57632-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 attributesResourceServerProfileNameAlreadyUsedException
ResourceServerProfileIdAlreadyUsedException
ResourceServerProfileServiceException
ResourceServerProfile update(ResourceServerWritableProfile resourceServerWritableProfile) throws ResourceServerProfileNotFoundException, ResourceServerProfileServiceException
resourceServerWritableProfile
- contains OAuth Resource Server Profile attributesResourceServerProfileNotFoundException
ResourceServerProfileServiceException
void delete(ResourceServerProfileRequest resourceServerProfileRequest) throws ResourceServerProfileNotFoundException, ResourceServerProfileServiceException
resourceServerProfileRequest
- contains either id, or identity domain id and nameResourceServerProfileNotFoundException
ResourceServerProfileServiceException
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |