Skip to content

Instantly share code, notes, and snippets.

@nialdarbey
Created October 14, 2012 01:43
Show Gist options
  • Save nialdarbey/3886939 to your computer and use it in GitHub Desktop.
Save nialdarbey/3886939 to your computer and use it in GitHub Desktop.
devkit configurable
/**
* The connection URL to the LDAP server with the following syntax: <code>ldap[s]://hostname:port/base_dn</code>.
*/
@Configurable
@Placement(group = "Connection", order = 0)
@FriendlyName("URL")
private String url;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment