Interface ISmimeCacertUids


@Path("/smime_cacerts/uids") public interface ISmimeCacertUids
To unify the management of changelogs, ACLs, client synchronization, permissions and sharing, Bluemind stores all elements in a generic structure called a container. All containers are identified by a unique ID. Some containers are named (UID) in a specific manner to express a certain meaning. Returns specific notes container UIDs
  • Field Details

  • Method Details

    • getDomainCreatedCerts

      @GET @Path("{uid}/_domain") default String getDomainCreatedCerts(@PathParam("uid") String uniqueUid)
      Returns the UID of domain-created certificates list
      Parameters:
      uniqueUid - unique certificates list UID
      Returns:
      UID
    • domainCreatedCerts

      static String domainCreatedCerts(String uid)