Class: AuthenticateUserResponseType

tibco.objectapi.de.security.AuthenticateUserResponseType

new AuthenticateUserResponseType()

Constructs a new AuthenticateUserResponseType.

The following features are supported:

Members

displayName :string

The name of the authenticated user, as it can be displayed. This property holds the value of the 'Display Name' attribute.
Type:
  • string

domain :string

The domain in which the user was authenticated. This property holds the value of the 'Domain' attribute.
Type:
  • string

failure :string

Message indicating a possible reason why authentication failed. This is only returned if authentication fails. This property holds the value of the 'Failure' attribute.
Type:
  • string

name :string

The name by which the authenticated user is known (the login name). This property holds the value of the 'Name' attribute.
Type:
  • string

userGuid :string

Unique ID providing the security context for a successfully authenticated user. If authentication fails, the user-guid is not set. This property holds the value of the 'User Guid' attribute.
Type:
  • string