/** * Creates a new {@code AlfrescoClient} with the default AtomPub binding URL. * * @param user the client's user * @param password the client's password */ public AlfrescoClient(String user, String password) { this(user, password, Config.get(ATOMPUB_URL)); }
/** * Creates a new {@code OpenCmisInMemoryClient} with the default AtomPub binding URL. * * @param user the client's user * @param password the client's password */ public OpenCmisInMemoryClient(String user, String password) { this(user, password, Config.get(ATOMPUB_URL)); }