Uses of Interface
com.sas.metadata.remote.SASPassword

Packages that use SASPassword
com.sas.metadata.remote Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. 
 

Uses of SASPassword in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return SASPassword
abstract  SASPassword Connection.getPassthruPassword()
          Gets the SASPassword for PassthruPassword
abstract  SASPassword Connection.getSAPW()
          Gets the SASPassword for SAPW
 

Methods in com.sas.metadata.remote with parameters of type SASPassword
abstract  void Connection.setPassthruPassword(SASPassword inObject)
          Sets the PassthruPasswords list 0th element to be inObject.
abstract  void Connection.setSAPW(SASPassword inObject)
          Sets the SAPWs list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.