Class ServerConfigLocalAuthSoap


  • public class ServerConfigLocalAuthSoap
    extends Object
    Defines the settings for accessing the server's SOAP API (web services).
    • Constructor Detail

      • ServerConfigLocalAuthSoap

        public ServerConfigLocalAuthSoap()
    • Method Detail

      • getAllowAnonymous

        @Nullable
        public @Nullable Boolean getAllowAnonymous()
        If enabled, then anonymous logins (without username and password) are allowed.
        Returns:
        allowAnonymous
      • setAllowAnonymous

        public void setAllowAnonymous​(Boolean allowAnonymous)
      • getEnabled

        @Nullable
        public @Nullable Boolean getEnabled()
        If enabled, then the SOAP API is available.
        Returns:
        enabled
      • setEnabled

        public void setEnabled​(Boolean enabled)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object