Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Package com.jivesoftware.forum.net.policies

Implementations of the AcceptPolicy interface.

See:
          Description

Class Summary
AndPolicy Performs a basic logical AND evaluation on child policies (both must evaluate to true in order for this policy to evaluate true).
BasicAcceptPolicy The simplest possible accept policy that either accepts or rejects all connections.
NotPolicy Performs a basic logical NOT evaluation on a child policy (e.g.
OrPolicy Performs a basic logical OR evaluation on child policies (if either evaluate to true this policy will evaluate true).
XorPolicy Performs a bitwise logical XOR (exclusive OR) evaluation on child policies (if both policies evaluate to true or false the XOR result is false).
 

Package com.jivesoftware.forum.net.policies Description

Implementations of the AcceptPolicy interface.


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.