Automatically Registering an Application using HTTP Authentication Provider

Registering an application automatically using the HTTP Authentication Provider.

Syntax

public void registerUser(String username, String securityConfig, String password, String vaultPassword) throws com.sybase.mo.MessagingClientException

Parameters

  • username – Valid user name.
  • securityConfig – Security configuration of the registered application provided by the administrator in the Sybase Control Center.
  • password – Password used to authenticate the user.
  • vaultPassword – Password required to unlock the data vault .

Examples

  • Registering an application using HTTP Authentication Provider
    lurm.registerUser("supuser","SUPGWCHttpAuthConfig","s3puser","dtapass");