Uses of Class
com.continuent.tungsten.common.jmx.ServerRuntimeException

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

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

Methods in com.continuent.tungsten.common.security that throw ServerRuntimeException
 void AuthenticationInfo.checkAuthenticationInfo()
          Check Authentication information consistency
 void PasswordManager.deleteUser(java.lang.String username)
          Delete a user from the password file
static void SecurityHelper.deleteUserFromAuthenticationInfo(AuthenticationInfo authenticationInfo)
          Delete a user and password from a file
 TungstenProperties PasswordManager.loadPasswordsAsTungstenProperties()
          Passwords loaded from file as TungstenProperties.
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
 void PasswordManager.setPasswordForUser(java.lang.String username, java.lang.String password)
          Set and store the password for a given user.
 

Constructors in com.continuent.tungsten.common.security that throw ServerRuntimeException
Encryptor(AuthenticationInfo authenticationInfo)
          Creates a new Encryptor object