Uses of Class
com.continuent.tungsten.common.security.AuthenticationInfo

Packages that use AuthenticationInfo
com.continuent.tungsten.common.security   
 

Uses of AuthenticationInfo in com.continuent.tungsten.common.security
 

Methods in com.continuent.tungsten.common.security that return AuthenticationInfo
 AuthenticationInfo PasswordManager.getAuthenticationInfo()
           
static AuthenticationInfo SecurityHelper.loadAuthenticationInformation()
          Loads Authentication and Encryption parameters from default location for service.properties file
static AuthenticationInfo SecurityHelper.loadAuthenticationInformation(java.lang.String propertiesFileLocation)
          Loads Authentication and Encryption parameters from service.properties file
static AuthenticationInfo SecurityHelper.loadAuthenticationInformation(java.lang.String propertiesFileLocation, boolean doConsistencyChecks)
           
 

Methods in com.continuent.tungsten.common.security with parameters of type AuthenticationInfo
static void SecurityHelper.deleteUserFromAuthenticationInfo(AuthenticationInfo authenticationInfo)
          Delete a user and password from a file
static TungstenProperties SecurityHelper.loadPasswordsFromAuthenticationInfo(AuthenticationInfo authenticationInfo)
          Loads passwords from a TungstenProperties from a .properties file
static void SecurityHelper.saveCredentialsFromAuthenticationInfo(AuthenticationInfo authenticationInfo)
          Save passwords from a TungstenProperties into a file
 

Constructors in com.continuent.tungsten.common.security with parameters of type AuthenticationInfo
Encryptor(AuthenticationInfo authenticationInfo)
          Creates a new Encryptor object
PasswordManager(AuthenticationInfo authenticationInfo, PasswordManager.ClientApplicationType clientApplicationType)
          Creates a new PasswordManager object
RealmJMXAuthenticator(AuthenticationInfo authenticationInfo)