Package org.apache.catalina.realm
Class LockOutRealm.LockRecord
- java.lang.Object
-
- org.apache.catalina.realm.LockOutRealm.LockRecord
-
- Enclosing class:
- LockOutRealm
protected static class LockOutRealm.LockRecord extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LockRecord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFailures()
long
getLastFailureTime()
void
registerFailure()
void
setFailures(int theFailures)
-