Package | Description |
---|---|
com.communote.server.core.common.ldap | |
com.communote.server.core.security.authentication.ldap |
Modifier and Type | Method and Description |
---|---|
static LdapUserAttribute |
LdapUserAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LdapUserAttribute[] |
LdapUserAttribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
LdapUserAttributesMapper.getLdapAttributName(LdapUserAttribute attributeName)
Returns the LDAP attribute name for a Kenmei attribute.
|
static String |
LdapUserAttributesMapper.getUserPropertyKeyName(String externalSystemId,
LdapUserAttribute attribute)
Return the user property key name.
|
Constructor and Description |
---|
CommunoteLdapUserSearch(LdapConfiguration config,
LdapUserAttribute communoteAttributeName)
Creates a search for retrieving LDAP users.
|
CommunoteLdapUserSearch(LdapSearchConfiguration userSearchConfig,
LdapUserAttributesMapper mapper,
org.springframework.ldap.core.support.LdapContextSource context,
LdapUserAttribute communoteAttributeName,
String userLogin,
String userPassword)
Creates a search for retrieving LDAP users.
|
Modifier and Type | Method and Description |
---|---|
ExternalUserVO |
LdapAuthenticator.authenticate(String username,
String password,
LdapUserAttribute usernameAttribute)
Tries to authenticate the user.
|
Copyright © 2019 Communote team. All rights reserved.