Uses of Class
com.sas.services.connection.PasswordCredential

Packages that use PasswordCredential
com.sas.services.connection Service for making and managing connections to IOM servers. 
com.sas.services.connection.jndi JNDI connection services. 
 

Uses of PasswordCredential in com.sas.services.connection
 

Methods in com.sas.services.connection that return PasswordCredential
static PasswordCredential PasswordCredential.newInstance(java.lang.String userName, char[] passwordAsChars, java.lang.String domain)
          Create a new instance of this class using a character array for the password.
static PasswordCredential PasswordCredential.newInstance(java.lang.String userName, com.sas.net.crypto.SealedString passwordAsSealedString, java.lang.String domain)
          Create a new instance of this class using a SealedString for the password.
 

Uses of PasswordCredential in com.sas.services.connection.jndi
 

Methods in com.sas.services.connection.jndi that return PasswordCredential
protected  PasswordCredential JNDIConnectionFactoryConfiguration.getPrivLogin()
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.