Skip to content

Instantly share code, notes, and snippets.

@gnodet
Created September 13, 2010 07:33
Show Gist options
  • Save gnodet/576936 to your computer and use it in GitHub Desktop.
Save gnodet/576936 to your computer and use it in GitHub Desktop.
protected static ThreadLocal<Map<String,?>> params;
public static void setParams(Map<String, ?> params) {
AbstractKarafLoginModule.params.set(params);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment