[TIBCO.EMS .NET Admin client library 7.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Enum that contains values of authentication location
currently used by the server.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public enum AuthenticationLocation |
Public Enumeration AuthenticationLocation |
public enum class AuthenticationLocation |
Members
Member name | Description | |
---|---|---|
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
|