Package net.bluemind.directory.api
Interface IDirEntryExtIdSupport
public interface IDirEntryExtIdSupport
Manages external IDs
-
Method Summary
-
Method Details
-
setExtId
@POST @Path("{uid}/_extId") void setExtId(@PathParam("uid") String uid, String extId) throws ServerFault Adds an external id to aDirEntry
- Parameters:
uid
- theDirEntryQuery
's UIDextId
- the external id- Throws:
ServerFault
- common error object
-