public class JiraLdapSyncer extends Object
| Constructor and Description |
|---|
JiraLdapSyncer() |
| Modifier and Type | Method and Description |
|---|---|
JiraRestClient |
getJiraRestClient() |
LdapClient |
getLdapClient() |
boolean |
isAddNewLdapUsersToJira() |
static void |
main(String[] args) |
void |
setAddNewLdapUsersToJira(boolean addNewLdapUsersToJira) |
void |
setJiraRestClient(JiraRestClient jiraRestClient) |
void |
setLdapClient(LdapClient ldapClient) |
void |
sync() |
void |
syncOneUserFromLDAPToJIRA(String id) |
public static final String ROLE
public static void main(String[] args) throws RemoteException
RemoteExceptionpublic void syncOneUserFromLDAPToJIRA(String id) throws RemoteException
RemoteExceptionpublic void sync()
throws RemoteException
RemoteExceptionpublic JiraRestClient getJiraRestClient()
public void setJiraRestClient(JiraRestClient jiraRestClient)
public LdapClient getLdapClient()
public void setLdapClient(LdapClient ldapClient)
public boolean isAddNewLdapUsersToJira()
public void setAddNewLdapUsersToJira(boolean addNewLdapUsersToJira)
Copyright © 2004–2020. All rights reserved.