Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Access Management Mobile and Social


Uses of Class
oracle.security.idaas.rp.oauth.OAuthToken

Packages that use OAuthToken
oracle.security.idaas.rp.spi This package exposes the service provider interfaces (SPI) for the Relying Party Contracts. 

 

Uses of OAuthToken in oracle.security.idaas.rp.spi

 

Methods in oracle.security.idaas.rp.spi that return OAuthToken
 OAuthToken IdentityProvider.getAccessToken(RequestContext context, javax.servlet.http.HttpServletRequest request, java.lang.String returnURL, java.util.Map<java.lang.String,java.lang.String> idpAttributes)
          Gets access token using the authorization code returned by provider

 

Methods in oracle.security.idaas.rp.spi with parameters of type OAuthToken
 java.util.Map<java.lang.String,java.lang.String> IdentityProvider.getUserProfile(RequestContext context, javax.servlet.http.HttpServletRequest request, OAuthToken idpAccessToken, java.util.Map<java.lang.String,java.lang.String> idpAttributes, java.util.Map<java.lang.String,java.lang.String> idpUserAttributes)
          This method is invoked after the authentication of the user to retrieve user profile from the IDP.

 


Skip navigation links

Copyright (c) 2012,
Oracle All Rights Reserved.
Built 06/05/2012 17:18:07 PDT