| Package | Description |
|---|---|
| com.communote.plugin.ldap | |
| com.communote.server.plugins.api | |
| com.communote.server.plugins.api.externals |
| Modifier and Type | Method and Description |
|---|---|
ExternalGroupVO |
LdapUserGroupAccessor.getGroup(ExternalUserGroup group)
Retrieves the current data of a group in the external system.
|
boolean |
LdapUserGroupAccessor.hasGroup(ExternalUserGroup group) |
| Modifier and Type | Method and Description |
|---|---|
void |
Plugin.start()
Deprecated.
This method will be called when the plug-in starts.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ExternalObjectAccessor.findRemoteObject(String externalObjectId,
Class<T> objectClass) |
<T> List<T> |
ExternalObjectAccessor.findRemoteObjects(String externalObjectsId,
Class<T> objectClass) |
ExternalGroupVO |
ExternalUserGroupAccessor.getGroup(ExternalUserGroup group)
Retrieves the current data of a group in the external system.
|
ExternalGroupVO |
ExternalUserGroupAccessor.getGroup(String externalGroupId)
Retrieves the current data of a group in the external system by the external group
identifier.
|
boolean |
ExternalUserGroupAccessor.hasGroup(ExternalUserGroup group) |
Copyright © 2019 Communote team. All rights reserved.