Uses of Interface
com.sas.metadata.remote.Login
Packages that use Login
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 Login in com.sas.metadata.remote
Methods in com.sas.metadata.remote that return LoginModifier and TypeMethodDescriptionstatic LoginMdModelUtil.getBestLogin(SASLibrary iMeta) Deprecated.DataSourceName.getDefaultLogin()Gets theLoginforDefaultLoginSASLibrary.getDefaultLogin()Gets theLoginforDefaultLoginstatic LoginMdModelUtil.getLogin(LogicalServer ls, String domainName) Returns a Login object from searching the AuthDomainstatic LoginMdModelUtil.getLogin(Root obj, String domainName) Returns a Login object from searching the AuthDomainMethods in com.sas.metadata.remote with parameters of type LoginModifier and TypeMethodDescriptionstatic StringMdModelUtil.getBestLoginString(Login iLogin) Deprecated.static StringMdModelUtil.getBestLoginString(Login iLogin, boolean b_encodePassword) Deprecated.static StringMdModelUtil.getBestLoginString(Login iLogin, boolean b_encodePassword, boolean b_quotePassword) Deprecated.protected PasswordAuthenticationMdModelUtil.SAS9Generator.getCredentials(SASLibrary iMeta, Login iLogin) Get credentials using provided Login object.voidDataSourceName.setDefaultLogin(Login inObject) Sets theDefaultLoginslist 0th element to beinObject.voidSASLibrary.setDefaultLogin(Login inObject) Sets theDefaultLoginslist 0th element to beinObject. -
Uses of Login in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return LoginModifier and TypeMethodDescriptionDataSourceNameImpl.getDefaultLogin()Gets theLoginforDefaultLoginNOTE: 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.SASLibraryImpl.getDefaultLogin()Gets theLoginforDefaultLoginNOTE: 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 Login