Class LdapDirHandler.LdapObject
- java.lang.Object
-
- org.bedework.carddav.server.dirHandlers.ldap.LdapDirHandler.LdapObject
-
- Enclosing class:
- LdapDirHandler
public static class LdapDirHandler.LdapObject extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributesgetAttrs()StringgetFullname()StringgetName()booleanisLimitExceeded()
-
-
-
Method Detail
-
isLimitExceeded
public boolean isLimitExceeded()
-
getAttrs
public Attributes getAttrs()
-
getName
public String getName()
-
getFullname
public String getFullname()
-
-