./
spdfcdawebchooserauthenticator__define.pro
This class is the SpdfCdawebChooser's specialization of an SpdfCdawebChooserAuthenticator.
Author information
- Author
B. Harris
- Copyright
Copyright (c) 2010-2017 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.
Class description for SpdfCdawebChooserAuthenticator
Inheritance
Fields
Fields in SpdfAuthenticator
- credentialsCache strarr(10, 2)
- dataviewCache strarr(10)
Fields in SpdfCdawebChooserAuthenticator
- GROUPLEADER 0L
- tlb 0L
widet ID of top-level base widet.
Routines
Methods inherited from SpdfAuthenticator
result = SpdfAuthenticator::getCachedCredentials(dataview, username, password)
result = SpdfAuthenticator::init()
result = SpdfAuthenticator::cacheCredentials(dataview, username, password)
SpdfAuthenticator::cleanup
result = SpdfAuthenticator::addToCachedCredentials(dataview, username, password)
result = SpdfAuthenticator::getCredentials(dataview, username, password)
Routines from spdfcdawebchooserauthenticator__define.pro
result = SpdfCdawebChooserAuthenticator::init(groupLeader)
Creates an SpdfCdawebChooserAuthenticator object.
SpdfCdawebChooserAuthenticator::cleanup
Performs cleanup operations when this object is destroyed.
result = SpdfCdawebChooserAuthenticator::getCredentials(dataview, username, password)
Obtains the user's authentication credentials to access the specified dataview.
SpdfCdawebChooserAuthenticator__define
Defines the SpdfCdawebChooserAuthenticator class.
Routine details
top source SpdfCdawebChooserAuthenticator::init
result = SpdfCdawebChooserAuthenticator::init(groupLeader)
Creates an SpdfCdawebChooserAuthenticator object.
Return value
reference to an SpdfCdawebChooserAuthenticator object.
Parameters
- groupLeader in type=long
widget ID of "group leader" for this authentication widget.
top source SpdfCdawebChooserAuthenticator::cleanup
SpdfCdawebChooserAuthenticator::cleanup
Performs cleanup operations when this object is destroyed.
top source SpdfCdawebChooserAuthenticator::getCredentials
result = SpdfCdawebChooserAuthenticator::getCredentials(dataview, username, password)
Obtains the user's authentication credentials to access the specified dataview.
Return value
1 if username/password has been set. Otherwise, 0.
Parameters
- dataview in type=string
name of dataview requiring authentication to access.
- username out type=string
user's name.
- password out type=string
user's password.
File attributes
Modification date: | Wed May 9 06:58:57 2018 |
Lines: | 28 |
CDAS Feedback.