org.jivesoftware.openfire.ldap |
LDAP code for authentication and user profile information.
|
Java Source File Name | Type | Comment |
LdapAuthorizationMapping.java | Class | Provider for authorization mapping using LDAP. |
LdapAuthorizationPolicy.java | Class | Provider for authorization using LDAP. |
LdapAuthProvider.java | Class | Implementation of auth provider interface for LDAP authentication service plug-in.
Only plaintext authentication is currently supported.
Optionally, an authentication cache can be enabled. |
LdapGroupProvider.java | Class | LDAP implementation of the GroupProvider interface. |
LdapManager.java | Class | Centralized administration of LDAP connections. |
LdapUserProvider.java | Class | LDAP implementation of the UserProvider interface. |
LdapVCardProvider.java | Class | Read-only LDAP provider for vCards.Configuration consists of adding a provider:
<provider>
<vcard>
<className>org.jivesoftware.openfire.ldap.LdapVCardProvider</className>
</vcard>
</provider>
and an xml vcard-mapping to openfire.xml.
The vcard attributes can be configured by adding an attrs="attr1,attr2"
attribute to the vcard elements.
Arbitrary text can be used for the element values as well as MessageFormat
style placeholders for the ldap attributes. |