blob: 0827183b05b56e5a4e38d6ce7f97eac62965907e [file] [log] [blame]
// Copyright 2019 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SYSTEM_API_DBUS_KERBEROS_DBUS_CONSTANTS_H_
#define SYSTEM_API_DBUS_KERBEROS_DBUS_CONSTANTS_H_
namespace kerberos {
// General
const char kKerberosInterface[] = "org.chromium.Kerberos";
const char kKerberosServicePath[] = "/org/chromium/Kerberos";
const char kKerberosServiceName[] = "org.chromium.Kerberos";
// Methods
const char kAddAccountMethod[] = "AddAccount";
const char kRemoveAccountMethod[] = "RemoveAccount";
const char kAcquireKerberosTgtMethod[] = "AcquireKerberosTgt";
const char kGetKerberosFilesMethod[] = "GetKerberosFiles";
} // namespace kerberos
#endif // SYSTEM_API_DBUS_KERBEROS_DBUS_CONSTANTS_H_