com.jivesoftware.community.objecttype
Interface BanEnabledType
public interface BanEnabledType
Represent object types that are able to be banned to certain users. The banning condition could
be the username, the user id or the IP address. There are 4 ways to ban:
- With list of usernames.
- With a list of users (user IDs)
- With a list of complete remotes IP address.
- With a list of remotes IP patterns (e.g. 127.0.*.*)
getBanInfoProvider
BanInfoProvider getBanInfoProvider()
- Returns an information provider related to bans.
- Returns:
- an information provider related to bans.
Copyright © 1999-2007 Jive Software.