메소드 | 설명 | |
---|---|---|
CreateXWikiClient ( XWikiClientType clientType, String serverURL, String username, String password ) : IXWikiClient |
Creates a new instance of a xwiki client.
|
public static CreateXWikiClient ( XWikiClientType clientType, String serverURL, String username, String password ) : IXWikiClient | ||
clientType | XWikiClientType | The protocol used by the client. |
serverURL | String | The base url of the server. |
username | String | The username used to authenticate. |
password | String | The password used to authenticate. |
리턴 | IXWikiClient |