org.apache.jetspeed.services.security
Class UserLogonStats

java.lang.Object
  extended byorg.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

Method Summary
 boolean failCheck(int allowed, long secondsAllowed, int max)
           
 int getFailures()
           
 long getFirstLogon()
           
 int getTotalFailures()
           
 java.lang.String getUserName()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.