All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.trevershick.test.ldap.annotations.LdapAttribute Maven / Gradle / Ivy

Go to download

Client library that makes it easy to test with an embedded LDAP server (from unboundid).

The newest version!
package com.github.trevershick.test.ldap.annotations;

public @interface LdapAttribute {
	String name();

	String[] value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy