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. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Authorize
public Authorize()
- Constructs an Authorize object.
runit
public void runit(RequestManager rMngr)
- Executes the Authorize Command.
- Specified by:
- runit in interface JavaPage
- Parameters:
rMngr
- the RequestManager object