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


Uses of Class
oracle.security.idaas.oauth.client.ClientSecurityManagerException

Packages that use ClientSecurityManagerException

oracle.security.idaas.oauth.client   

 

Uses of ClientSecurityManagerException in oracle.security.idaas.oauth.client

  Subclasses of ClientSecurityManagerExceptionin oracle.security.idaas.oauth.client

 class ClientProfileNotFoundException
          This ClientProfileNotFoundException indicates if the OAuth Client Profile is not found
 class InvalidRequestDataException
           

  Methods in oracle.security.idaas.oauth.clientthat throw ClientSecurityManagerException

 ClientAuthenticationResponse ClientAuthenticator.authenticate(ClientRequest clientRequest)
          This method validates whether the OAuth client is authenticated or not
 void ClientProfileWriter.delete(ClientWritableProfile clientWritableProfile)
          Delete an OAuth Client Profile
 ClientAuthorizationResponse BasicClientAuthorization.isAuthorized(ClientRequest clientRequest)
          Checks whether client is authorized to access the requested scopes and grant types
 ClientProfile ClientProfileReader.readClientProfile(ClientRequest clientRequest)
          Get an OAuth Client Profile by client id or Client name and Identity Domain Id
 java.util.Collection<ClientProfile> ClientProfileReader.readClientProfiles(ClientRequest clientRequest)
          Get a collection of the OAuth Client Profiles by identity domain Id
 ClientProfile ClientProfileWriter.update(ClientWritableProfile clientWritableProfile)
          Update an OAuth Client Profile
 ClientProfile ClientProfileWriter.write(ClientWritableProfile clientWritableProfile)
          Create an OAuth Client Profile

 


Skip navigation links

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