Uses of Class
com.sas.services.connection.PasswordCredential
Packages that use PasswordCredential
Package
Description
Service for making and managing connections to IOM servers.
JNDI connection services.
-
Uses of PasswordCredential in com.sas.services.connection
Methods in com.sas.services.connection that return PasswordCredentialModifier and TypeMethodDescriptionstatic PasswordCredentialPasswordCredential.newInstance(String userName, char[] passwordAsChars, String domain) Create a new instance of this class using a character array for the password.static PasswordCredentialPasswordCredential.newInstance(String userName, com.sas.net.crypto.SealedString passwordAsSealedString, String domain) Create a new instance of this class using aSealedStringfor the password. -
Uses of PasswordCredential in com.sas.services.connection.jndi
Methods in com.sas.services.connection.jndi that return PasswordCredentialModifier and TypeMethodDescriptionprotected PasswordCredentialJNDIConnectionFactoryConfiguration.getPrivLogin()