Interface RealmAccessor.RealmMutator

All Known Subinterfaces:
RealmAccessor.RealmProperty
Enclosing interface:
RealmAccessor

public static interface RealmAccessor.RealmMutator
Provides a mutator for a realm property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setRealm(String aRealm)
    Sets the realm for the realm property.
  • Method Details

    • setRealm

      void setRealm(String aRealm)
      Sets the realm for the realm property. See RFC 1945 at "https://tools.ietf.org/html/rfc1945#section-11" and RFC 2617 at "https://tools.ietf.org/html/rfc2617#page-3".
      Parameters:
      aRealm - The realm to be stored by the realm property.