Uses of Class
com.rbnb.sapi.Control.AccessControlEntry

Packages that use Control.AccessControlEntry
com.rbnb.sapi Provides the simple application programming interface (simple API or SAPI) for the RBNB system. 
 

Uses of Control.AccessControlEntry in com.rbnb.sapi
 

Methods in com.rbnb.sapi that return Control.AccessControlEntry
static Control.AccessControlEntry Control.CreateAllowEntry(String address, String permissions)
          Create a new access control entry that allows access.
static Control.AccessControlEntry Control.CreateDenyEntry(String address)
          Create a new access control entry that forbids access.