[TIBCO.EMS .NET Admin client library 6.0 documentation]

Enum that contains values of authentication location currently used by the server.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public enum AuthenticationLocation
Public Enumeration AuthenticationLocation
public enum class AuthenticationLocation

Members

Member nameDescription
ldap
Obtain user authentication information from an LDAP directory server.
system
Obtain user authentication information from the UNIX system password file (available only when server is running on a UNIX system).
local
Obtain user authentication information from the local TIBCO Enterprise Message Service server's user configuration.
jaas
Obtain user authentication information from a JAAS module

See Also