Uses of Interface
com.sas.metadata.remote.SASPassword
Packages that use SASPassword
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
Provides the implementation of the remote java interface to the SAS Metadata Server.
-
Uses of SASPassword in com.sas.metadata.remote
Methods in com.sas.metadata.remote that return SASPasswordModifier and TypeMethodDescriptionConnection.getPassthruPassword()Gets theSASPasswordforPassthruPasswordConnection.getSAPW()Gets theSASPasswordforSAPWMethods in com.sas.metadata.remote with parameters of type SASPasswordModifier and TypeMethodDescriptionvoidConnection.setPassthruPassword(SASPassword inObject) Sets thePassthruPasswordslist 0th element to beinObject.voidConnection.setSAPW(SASPassword inObject) Sets theSAPWslist 0th element to beinObject. -
Uses of SASPassword in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return SASPasswordModifier and TypeMethodDescriptionConnectionImpl.getPassthruPassword()Gets theSASPasswordforPassthruPasswordNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.ConnectionImpl.getSAPW()Gets theSASPasswordforSAPWNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.Methods in com.sas.metadata.remote.impl with parameters of type SASPasswordModifier and TypeMethodDescriptionvoidConnectionImpl.setPassthruPassword(SASPassword inObject) Sets thePassthruPasswordslist 0th element to beinObject.voidConnectionImpl.setSAPW(SASPassword inObject) Sets theSAPWslist 0th element to beinObject.