Indicates the type of authentication method used when TIBCO ActiveSpaces security is implemented and an authentication value is set in the security policy file for a domain.
Declaration
typedef enum _tibas_authenticationMethod {
AUTH_USERPWD,
AUTH_X509V3
} tibas_authenticationMethod;
Values
Value |
Description |
AUTH_USERPWD |
Indicates that the authentication method is user password authentication. |
AUTH_X509V3 |
Indicates that the authentication method is X509 v3 authentication. |
Copyright © Cloud Software Group, Inc. All Rights Reserved.