Skip navigation links
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. |
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