Skip to content

Instantly share code, notes, and snippets.

@mlaccetti
Created January 19, 2015 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlaccetti/623e10240773d0cdd432 to your computer and use it in GitHub Desktop.
Save mlaccetti/623e10240773d0cdd432 to your computer and use it in GitHub Desktop.
authzContextSource.setBaseEnvironmentProperties(Maps.transformEntries(Splitter.on(",").withKeyValueSeparator("=").split("java.naming.ldap.attributes" +
".binary=userCertificate userPKCS12"), new Maps.EntryTransformer<String, String, Object>() {
@Override
public Object transformEntry(String key, String value) {
return value;
}
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment