|
Oracle Fusion Middleware Java API Reference for Oracle Access Management Mobile and Social | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
Copyright (c) 2012, Oracle All Rights Reserved. Built 06/05/2012 17:18:07 PDT |
|||||||||
PREV NEXT | FRAMES NO FRAMES |