Package | Description |
---|---|
com.communote.plugin.ldap | |
com.communote.server.core.external | |
com.communote.server.core.user.groups | |
com.communote.server.plugins.core |
Modifier and Type | Class and Description |
---|---|
class |
LdapUserGroupAccessor
ExternalUserGroupAccessor for LDAP. |
Modifier and Type | Method and Description |
---|---|
ExternalUserGroupAccessor |
LdapUserRepository.getExternalUserGroupAccessor()
Get the external user group accessor if user repository is also an group repository
|
Modifier and Type | Method and Description |
---|---|
ExternalUserGroupAccessor |
ExternalUserRepository.getExternalUserGroupAccessor()
Get the external user group accessor if user repository is also an group repository
|
ExternalUserGroupAccessor |
AbstractExternalUserRepository.getExternalUserGroupAccessor() |
Constructor and Description |
---|
UserGroupSynchronizer(String systemId,
ExternalUserGroupAccessor accessor)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ExternalUserGroupAccessor |
ExternalUserGroupAccessorExtensionPoint.getAccessor(String systemId)
Returns the accessor for the specific system.
|
ExternalUserGroupAccessor |
ExternalUserGroupAccessorExtensionPoint.getExternalUserGroupAccessor(ExternalSystemConfiguration externalConfiguration)
This method uses
ExternalUserGroupAccessor#supports(Object) for checking. |
Modifier and Type | Method and Description |
---|---|
Map<String,ExternalUserGroupAccessor> |
ExternalUserGroupAccessorExtensionPoint.getAccessors() |
Modifier and Type | Method and Description |
---|---|
void |
ExternalUserGroupAccessorExtensionPoint.register(String systemId,
ExternalUserGroupAccessor accessor)
Register an accesser at this extension point.
|
Modifier and Type | Method and Description |
---|---|
void |
ExternalUserGroupAccessorExtensionPoint.register(Map<String,ExternalUserGroupAccessor> accessors) |
Copyright © 2019 Communote team. All rights reserved.