Return the DVPasswordPolicy (as defined in com.sybase.persistence.DataVault) which stores the information of the Password Policy.
try { AppSettings appSettings = new AppSettings(clientConnection); DVPasswordPolicy passwordPolicy = appSettings.getPasswordPolicy(); } catch (SMPException e) { e.printStackTrace(); }
The application uses it to enforce the composition of the Password.