Setting Password Policy Using DataVault

Returns the DVPasswordPolicy (as defined in com.sybase.persistence.DataVault) which holds the information of the Password Policy.

Note: (Applicable to On-Premise only) To make the password policy editable in the Unwired Server, set the application connection property "CapabilitiesPasswordPolicy" to true in the client application.

Syntax

public com.sybase.persistence.DataVault.DVPasswordPolicy getPasswordPolicy() throws SMPException

Examples