Skip to content

Instantly share code, notes, and snippets.

@nialdarbey
Created October 14, 2012 01:46
Show Gist options
  • Save nialdarbey/3886949 to your computer and use it in GitHub Desktop.
Save nialdarbey/3886949 to your computer and use it in GitHub Desktop.
devkit processor
@Processor
@InvalidateConnectionOn(exception = CommunicationException.class)
public LDAPEntry lookup(@FriendlyName("DN") String dn, @Optional List<String> attributes) throws Exception
{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment