|
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 ClientProfileWriter
This interface ClientProfileWriter is for create/update/delete OAuth Client Profiles
Method Summary
void |
delete(ClientWritableProfile clientWritableProfile) Delete an OAuth Client Profile |
ClientProfile |
update(ClientWritableProfile clientWritableProfile) Update an OAuth Client Profile |
ClientProfile |
write(ClientWritableProfile clientWritableProfile) Create an OAuth Client Profile |
Method Detail
ClientProfile write(ClientWritableProfile clientWritableProfile) throws ClientSecurityManagerException
clientWritableProfile
- - client Writable ProfileClientSecurityManagerException
ClientProfile update(ClientWritableProfile clientWritableProfile) throws ClientProfileNotFoundException, ClientSecurityManagerException
clientWritableProfile
- - client profile profileClientProfileNotFoundException
- if the client profile is not foundClientSecurityManagerException
void delete(ClientWritableProfile clientWritableProfile) throws ClientProfileNotFoundException, ClientSecurityManagerException
clientWritableProfile
- - client writable profileClientProfileNotFoundException
- if the client profile is not foundClientSecurityManagerException
|
Oracle and/or its affiliates. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |