org.apache.jetspeed.services.security
Class UserLogonStats
java.lang.Object
org.apache.jetspeed.services.security.UserLogonStats
- public class UserLogonStats
- extends java.lang.Object
A User's statistics for logon attempts.
- Version:
- $Id: UserLogonStats.java,v 1.2 2004/02/23 03:58:11 jford Exp $
- Author:
- David Sean Taylor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getFailures
public int getFailures()
getTotalFailures
public int getTotalFailures()
getFirstLogon
public long getFirstLogon()
getUserName
public java.lang.String getUserName()
failCheck
public boolean failCheck(int allowed,
long secondsAllowed,
int max)
reset
public void reset()
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.