Skip navigation links

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


Uses of Class
oracle.security.idaas.rp.RPException

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

 

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

 

Methods in oracle.security.idaas.rp.spi that throw RPException
 boolean IdentityProvider.authenticateUser(RequestContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext, java.lang.String returnURL, java.util.Map<java.lang.String,java.lang.String> idpAttributes, java.util.Map<java.lang.String,java.lang.String> idpUserAttributes)
          This method is invoked to authenticate user with IDP.
 boolean UserRegistrationStatus.checkUser(java.lang.String userAttribute, java.lang.String userAttributeValue, RequestContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Checks the user presence using a given attribute value pair.
 java.lang.Object SessionProvider.createSession(java.lang.String userID, java.util.Map<java.lang.String,java.lang.String> userAttributes, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Creates/helps in creating a user session for a registered application after succesful authentication with an identity provider.
 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
 java.util.List<java.lang.Object> IDPSelector.getIDPList(java.lang.String applicationID)
          Returns the list of the Identity Provider Configurations for an application/RP Consumer.
 java.util.List<java.lang.Object> IDPSelector.getIDPList(java.lang.String applicationID, java.lang.String protocol)
          Returns the list of the Identity Provider Configurations for an application/RP Consumer and protocol.
 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.
 Status RPProtocolHandler.invokeAuthnRequest(RequestContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext)
          This method invokes the authentication process to an external Identity Provider.

 


Skip navigation links

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