Class Summary |
AbstractBanManager |
An abstract instance to manage the banning of User Accounts and IP Addresses. |
Ban |
Represents a ban object |
BanDAOFactory |
A factory that returns a concrete instance of BanDAO. |
BanDAOImpl |
Defines methods used to create, access, update, and remove banned objects. |
BanFilter |
Filters and sorts lists of ban objects. |
BanLevel |
A typesafe-enum class containing key/value pairs representing BanLevel objects. |
DateRangeBean |
A helper bean containing date range options for the banning interface. |
DateRangeBean.RangeOption |
Represents a single date range option with a key and value. |