Open SiteSearch 4.1.1
Final

ORG.oclc.mantis.obi
Class RBAuthorize

java.lang.Object
  |
  +--ORG.oclc.mantis.obi.RBAuthorize

public class RBAuthorize
extends Object
implements JavaPage

The RBAuthorize class validates a client's access with either an authorization/password pair or IP address. A successful validation may result in the database list being filtered and interface style being updated via a client's profile indformation. Finally, with the next widget's action being completed. If a failure occurs during access validation the bad widget's action is completed.

The URL widgets recognized by the RBAuthorize class are:
autho - authorization string to validate.
password - password associated with authorization string.
next - action if a sucessful validation occurs.
bad - action if an unsucessful validation occurs.

See Also:
AccessUserData, IClient, JavaPage, UserStateObject, RequestManager, DataPairs, ZDb, ZUserData, Topics

Constructor Summary
RBAuthorize()
          Constructs an RBAuthorize object.
 
Method Summary
 void runit(RequestManager rMngr)
          Executes the RBAuthorize Command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RBAuthorize

public RBAuthorize()
Constructs an RBAuthorize object.
Method Detail

runit

public void runit(RequestManager rMngr)
Executes the RBAuthorize Command.
Specified by:
runit in interface JavaPage
Parameters:
rMngr - the RequestManager object

Open SiteSearch 4.1.1
Final