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


oracle.security.idaas.oauth.client
Interface ClientProfileWriter

All Known Subinterfaces:
ClientSecurityManager

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

write

ClientProfile write(ClientWritableProfile clientWritableProfile)
                    throws ClientSecurityManagerException
Create an OAuth Client Profile
Parameters:
clientWritableProfile - - client Writable Profile
Returns:
the created Client Profile
Throws:
ClientSecurityManagerException

update

ClientProfile update(ClientWritableProfile clientWritableProfile)
                     throws ClientProfileNotFoundException,
                            ClientSecurityManagerException
Update an OAuth Client Profile
Parameters:
clientWritableProfile - - client profile profile
Returns:
the created Client Profile
Throws:
ClientProfileNotFoundException - if the client profile is not found
ClientSecurityManagerException

delete

void delete(ClientWritableProfile clientWritableProfile)
            throws ClientProfileNotFoundException,
                   ClientSecurityManagerException
Delete an OAuth Client Profile
Parameters:
clientWritableProfile - - client writable profile
Throws:
ClientProfileNotFoundException - if the client profile is not found
ClientSecurityManagerException

Skip navigation links

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