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 ClientRequest

All Superinterfaces:
AppAuthnRequest, AppRequest
All Known Subinterfaces:
ClientAuthenticationRequest, ClientAuthorizationRequest

public interface ClientRequest
extends AppAuthnRequest

This ClientRequest is input parameter to manage client profile


Method Summary

 java.util.Collection<java.lang.String> getAudience()
           
 char[] getClientAssertion()
          Get Client Assertion Value
 java.lang.String getClientAssertionTypeURI()
          Get Client Assertion Type
 java.util.Collection<java.lang.String> getGrantTypes()
           
 java.lang.String getRedirectUri()
           
 java.util.Collection<java.lang.String> getScopes()
           

  Methods inherited from interface oracle.security.idaas.oauth.common.appinfra.AppAuthnRequest

getSecret

  Methods inherited from interface oracle.security.idaas.oauth.common.appinfra.AppRequest

getAppId, getAppName, getIdentityDomainId, getRequestIPAddress, getRequestParams, getServiceProfileName, isPublicClient

 

Method Detail

getRedirectUri

java.lang.String getRedirectUri()
Returns:

getScopes

java.util.Collection<java.lang.String> getScopes()
Returns:

getGrantTypes

java.util.Collection<java.lang.String> getGrantTypes()
Returns:

getAudience

java.util.Collection<java.lang.String> getAudience()

getClientAssertion

char[] getClientAssertion()
Get Client Assertion Value
Returns:
- Client Assertion Value

getClientAssertionTypeURI

java.lang.String getClientAssertionTypeURI()
Get Client Assertion Type
Returns:
- Client Assertion Type for example JWT or SAML Client Assertion

Skip navigation links

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