Uses of Interface
com.sas.metadata.remote.SASLibrary
Packages that use SASLibrary
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
-
Uses of SASLibrary in com.sas.metadata.remote
Subinterfaces of SASLibrary in com.sas.metadata.remoteModifier and TypeInterfaceDescriptioninterfaceA SecuredLibrary object is created for a SAS physical library when it is bound to metadata with the AUTHLIB procedure of SAS.Methods in com.sas.metadata.remote with parameters of type SASLibraryModifier and TypeMethodDescriptionstatic StringMdModelUtil.accessPath(SASLibrary iMeta) Deprecated.use genLibname() insteadstatic StringMdModelUtil.accessPath(SASLibrary iMeta, boolean b_encodePassword) Deprecated.use genLibname() insteadstatic StringMdModelUtil.accessPath(SASLibrary iMeta, boolean b_encodePassword, boolean genFileNameForXML) Deprecated.use genLibname() insteadstatic StringMdModelUtil.accessPath(SASLibrary iMeta, String sLibref) Deprecated.use genLibnameUsing() insteadstatic StringMdModelUtil.accessPath(SASLibrary iMeta, String sLibref, boolean b_encodePassword) Deprecated.use genLibnameUsing() insteadstatic StringMdModelUtil.accessPath(SASLibrary iMeta, String sLibref, boolean b_encodePassword, boolean genFileNameForXML) Deprecated.use genLibname() insteadprotected booleanMdModelUtil.LibnameGenerator.checkLib4ContentServer(SASLibrary iMeta) See if a SASLibrary has a content server associated with itMap<String, String> MdLibGenInterface.genAssignLibrefMap(SASLibrary aLibrary, String aLibref) Generate a library assignment java.util.Map for a SASLibrary stored in metadata.Map<String, String> MdModelUtil.SAS9Generator.genAssignLibrefMap(SASLibrary aLibrary, String aLibref) StringMdLibGenInterface.genConnectionOptions(SASLibrary aLibrary) This method will just return the connection options for the passed in libraryStringMdModelUtil.SAS9Generator.genConnectionOptions(SASLibrary iMeta) StringMdModelUtil.SAS9Generator.genCredentials(SASLibrary iMeta, Connection c, boolean b_quoteUser, boolean b_quotePassword) Generate a String containing a libraries username and passwordStringMdLibGenInterface.genLibname(SASLibrary aLibrary) Generates the libname statement for a SASLibrary Syntax for the libname statement: libname libref engine lib-specification connectionOptions libraryOptions schema=databaseSchema user=userID password=password;StringMdModelUtil.SAS9Generator.genLibname(SASLibrary aLibrary) StringMdLibGenInterface.genLibnameUsing(SASLibrary aLibrary, String aLibref) Generates the libname statement for a SASLibrary.StringMdModelUtil.SAS9Generator.genLibnameUsing(SASLibrary iMeta, String aLibref) Generates the libname statement for a SASLibrary Syntax for the libname statement: libname libref engine lib-specification connectionOptions libraryOptions schema=databaseSchema user=userID password=password;static LoginMdModelUtil.getBestLogin(SASLibrary iMeta) Deprecated.static StringMdModelUtil.getConnectionOptions(SASLibrary iMeta) Deprecated.use genConnectionOptions() insteadMap<String, Object> MdLibGenInterface.getCredentials(SASLibrary iMeta) Get the credential map if this library requires a prompt for credentials.Map<String, Object> MdModelUtil.PromptingGenerator.getCredentials(SASLibrary iMeta) Get Credentials for a SASLibraryprotected Map<String, Object> MdModelUtil.PromptingGenerator.getCredentials(SASLibrary iMeta, Connection iConn) Get credentials from provided connection.Map<String, Object> MdModelUtil.SAS9Generator.getCredentials(SASLibrary iMeta) Get Credentials for a SASLibraryprotected Map<String, Object> MdModelUtil.SAS9Generator.getCredentials(SASLibrary iMeta, Connection iConn) Get credentials from provided connection querying server for logins found under the connection's authDomain.protected PasswordAuthenticationMdModelUtil.SAS9Generator.getCredentials(SASLibrary iMeta, Login iLogin) Get credentials using provided Login object.protected static StringMdModelUtil.getSESSREF(SASLibrary iMeta) booleanMdLibGenInterface.isCredentialPromptRequired(SASLibrary iMeta) Indicates if a prompt for credentials is necessary for this librarybooleanMdModelUtil.PromptingGenerator.isCredentialPromptRequired(SASLibrary iMeta) Indicates if a prompt for credentials is necessary for this librarybooleanMdModelUtil.SAS9Generator.isCredentialPromptRequired(SASLibrary iMeta) Indicates if a prompt for credentials is necessary for this libraryprotected booleanMdModelUtil.LibnameGenerator.isDB2OS390Library(SASLibrary iMeta) Determine if this is a DB2OS390 libraryprotected booleanMdModelUtil.LibnameGenerator.isLocalTKTSLibrary(SASLibrary iMeta) See if a SASLibrary has a TSID associated with itprotected booleanMdModelUtil.LibnameGenerator.isRemoteEngineLibrary(SASLibrary iMeta) Determines if library is used by the Remote Engine (SHARE)protected abstract StringMdModelUtil.LibnameGenerator.processContentServerPath(SASLibrary iMeta, boolean genDAVOptions) Process path and connection metadata for BASE library associated to a Content Serverprotected StringMdModelUtil.SAS9Generator.processContentServerPath(SASLibrary iLib, boolean genDAVOptions) protected StringMdModelUtil.LibnameGenerator.processHadoopConnectionProperties(SASClientConnection conn, SASLibrary iMeta) Return the String representation of the connection attributesprotected abstract StringMdModelUtil.LibnameGenerator.processInfomapProperties(SASLibrary iMeta) Process Information map properties.protected StringMdModelUtil.SAS9Generator.processInfomapProperties(SASLibrary iMeta) protected StringMdModelUtil.LibnameGenerator.processLasrConnectionProperties(SASClientConnection conn, SASLibrary iMeta) Return the String representation of the connection attributesprotected StringMdModelUtil.LibnameGenerator.processPostgresConnectionProperties(SASClientConnection conn, SASLibrary iMeta) Return the String representation of the connection attributesprotected StringMdModelUtil.LibnameGenerator.processTableConnectionProperties(SASClientConnection conn, SASLibrary iMeta) Return the String representation of the connection attributes