@Portable
public class LDAPIdentitySource
extends Object
Information about the LDAP server to use to authenticate an inbound
user. The DN pattern can be (for example) of the following form:
cn=${username},dc=${X-Authentication-Domain},dc=org
Supported properties for interpolation/replacement in the pattern
include the BASIC authentication "username" and any header found
in the inbound service request.
- Author:
- eric.wittmann@redhat.com