Open SiteSearch 4.1.1
Final

ORG.oclc.obi
Class Authorize

java.lang.Object
  |
  +--ORG.oclc.obi.Authorize

public class Authorize
extends Object
implements JavaPage

The Authorize class validates a client's access either an authization/password pair or IP address. A successful validation may result in 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 occur's during access validation the bad widget's action is completed.

The URL widgets recognized by the Authorize 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, AccessClient, JavaPage, UserStateObject, RequestManager, DataPairs, ZDb, ZUserData, Topics

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

Constructor Detail

Authorize

public Authorize()
Constructs an Authorize object.
Method Detail

runit

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

Open SiteSearch 4.1.1
Final