> Hi Tim, > > The new security package is now usable! You can test it with a recent > 1.2 snapshot. > > For details you can check this mail from the developers list: > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=7458&dsMessageId=1134688 > > Feed-back welcome!
Hello Jerome, This API seems to assume quite a bit about the underlying user store. Some examples: - Concrete classes: User, Group, Organization. My code already has its own implementations of these. - User includes a title, first name, last name. These are fairly usage-specific properties that will not always be necessary or available. - Organizations, groups, and users are registered ahead of time, rather than requesting the information from a data store as needed. How would one implement organizations, users, and groups that are backed by a live dynamic data store (LDAP, database, otherwise)? ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1167766

