planetj.dataengine.security.http
Class SignOnAttemptsExhausted
java.lang.Object
java.lang.Throwable
java.lang.Exception
planetj.exception.CMException
planetj.dataengine.security.http.SignOnAttemptsExhausted
- All Implemented Interfaces:
- java.io.Serializable
- public class SignOnAttemptsExhausted
- extends CMException
Thrown when a user has failed the signon process a specified number of times in a row
- See Also:
- Serialized Form
Methods inherited from class planetj.exception.CMException |
addPropertyChangeListener, firePropertyChange, getCMMessage, getDetailedMessage, getDisplayString, getDisplayStringInternal, getDisplayType, getMessage, getNextException, getOriginalException, getPropertyChange, getType, removePropertyChangeListener, setDetailedMessage, setDisplayType, setMessage, setNextException, setOriginalException, setType, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SignOnAttemptsExhausted
public SignOnAttemptsExhausted(ISignOn signon,
ISecured secured,
int failureCount)
- SignonAttemptsExhausted constructor comment.
SignOnAttemptsExhausted
public SignOnAttemptsExhausted(ISignOn signon,
ISecured secured,
int failureCount,
java.lang.Exception e)
- SignonAttemptsExhausted constructor comment.
processSignOnAttemptsExhausted
public void processSignOnAttemptsExhausted(DataEngineServlet servlet,
HttpServletRequest req,
HttpServletResponse res)
throws java.io.IOException,
ServletException,
CMException
- This method is invoked when the user has failed the signon the maximum allowable times. This method
is responsible for forwarding the response to the user.
- Throws:
java.io.IOException
ServletException
CMException