Package io.milton.resource
Interface LdapContact
-
- All Superinterfaces:
PropFindableResource,Resource
public interface LdapContact extends PropFindableResource
Represents an entry in an address book. Just a marker interface on top of PropFindableResource, ldap properties are mapped onto dav property names and the normal milton property source processing is applied. This means that implementations of LdapContact may choose to expose their properties via getters and setters (with BeanPropertyResource annotation) or other property source implementations
-
-
Method Summary
-
Methods inherited from interface io.milton.resource.PropFindableResource
getCreateDate
-
Methods inherited from interface io.milton.resource.Resource
authenticate, authorise, checkRedirect, getModifiedDate, getName, getRealm, getUniqueId
-
-