Interface RealmAccessor

  • All Known Subinterfaces:
    RealmAccessor.RealmProperty


    public interface RealmAccessor
    Provides an accessor for a 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": "... The realm attribute (case-insensitive) is required for all authentication schemes which issue a challenge. The realm value (case-sensitive), in combination with the canonical root URL of the server being accessed, defines the protection space. These realms allow the protected resources on a server to be partitioned into a set of protection spaces, each with its own authentication scheme and/or authorization database. The realm value is a string, generally assigned by the origin server, which may have additional semantics specific to the authentication scheme ..."
    • Method Detail

      • getRealm

        String getRealm​()
        Retrieves the realm from 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".
        Returns:
        The realm stored by the realm property.