com.avaje.ebean.annotation
Annotation Type LdapDomain
-
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface LdapDomain
Used to mark an Entity as a Ldap Domain object.
- Author:
- rbygrave
Optional Element Summary |
String |
baseDn
Specify a base DN. |
String |
objectclass
Specify a comma delimited list of object classes for this type of Ldap object. |
baseDn
public abstract String baseDn
-
Specify a base DN.
-
-
- Default:
- ""
objectclass
public abstract String objectclass
-
Specify a comma delimited list of object classes for this type of Ldap object.
-
-
- Default:
- ""
Copyright © 2010. All Rights Reserved.