Interface RealmManagement


public interface RealmManagement
Low-level realm management functionality.

Realm IDs must conform to the following constraints:

  • Must not start or end with whitespaces.
  • Must only consist of US-ASCII letters or digits or hyphens (-) or underscores (_).
  • Must not start with two consecutive colons (::).
  • Must not be empty.
  • Must not be longer than 128 characters.

Note: In a CDI container RealmManagement can be directly injected.