./
spdfauthenticator__define.pro
This class represents an object that knows how to obtain authentication for the Coordinated Data Analysis System (CDAS). Usually, it will do this by prompting the user for information.
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 SpdfAuthenticator
Subclasses: SpdfCdawebChooserAuthenticator
Routines
Routines from spdfauthenticator__define.pro
result = SpdfAuthenticator::init()Creates an SpdfAuthenticator object.
SpdfAuthenticator::cleanupPerforms cleanup operations when this object is destroyed.
result = SpdfAuthenticator::getCredentials(dataview, username, password)Obtains the user's authentication credentials to access the specified dataview.
SpdfAuthenticator__defineDefines the SpdfAuthenticator class.
Routine details
top source SpdfAuthenticator::init
result = SpdfAuthenticator::init()
Creates an SpdfAuthenticator object.
Return value
reference to an SpdfAuthenticator object.
top source SpdfAuthenticator::cleanup
SpdfAuthenticator::cleanup
Performs cleanup operations when this object is destroyed.
top source SpdfAuthenticator::getCredentials
result = SpdfAuthenticator::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: | 61 |
CDAS Feedback.
![[attach.png]](idldoc-resources/attach.png)