Class LdapDatastoreFieldDescriptor

All Implemented Interfaces:
Serializable

public class LdapDatastoreFieldDescriptor extends SelectFieldDescriptor
A field descriptor that will render (in GUI configuration screen) a drop down selection of all the configured LDAP data stores.

The value of this field in the Configuration will be the PingFederate assigned identifier of the LDAP connection information.

You can use this id to retrieve the corresponding LDAP info via DataSourceAccessor. From the LDAP Info, you will be able to access the requested LDAP datastore.
See Also:
  • Constructor Details

    • LdapDatastoreFieldDescriptor

      public LdapDatastoreFieldDescriptor(String name, String description)
      Create a new LdapDatastoreFieldDescriptor.
      Parameters:
      name - The field name (must be unique per AdapterConfigurationGuiDescriptor or TableDescriptor). This name will also be used as the label for the field in the administrative console. To ensure configuration can be read in future releases of a plugin, it is recommended to not change a field's name - instead use a label to rename it in the administrative console.
      description - The field description displayed in the administrative console.
  • Method Details