Skip navigation links

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


oracle.security.idaas.rp.spi
Interface UserRegistrationStatus


public interface UserRegistrationStatus

This interface UserRegistrationStatus enables to check for the presence of the User.


Method Summary
 boolean 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.

 

Method Detail

checkUser

boolean checkUser(java.lang.String userAttribute,
                  java.lang.String userAttributeValue,
                  RequestContext context,
                  javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
                  throws RPException
Checks the user presence using a given attribute value pair.
Parameters:
userAttribute - the attribute of the user.
userAttributeValue - the value of user attribute.
context - the request context that is established from the application.
request - the HTTP request object.
response - the HTTP response object.
Returns:
true if the user is present.
Throws:
RPException - if there is an error occured.

Skip navigation links

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