componentExecute (Command)
  • 18 Dec 2024
  • 2 Minutes à lire
  • Sombre
    Lumière
  • PDF

componentExecute (Command)

  • Sombre
    Lumière
  • PDF

The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article

The componentExecute command executes component–related administrative operations.

  Table:  componentExecute commands (SOAP administration)
CommandDescription
COMPONENTCMD_CREATERegisters a new client component (see  COMPONENTCMD_CREATE).
COMPONENTCMD_DELETEDeletes the specified client component (see  COMPONENTCMD_DELETE).
COMPONENTCMD_UPDATEUpdates the specified client component record (see  COMPONENTCMD_UPDATE).
COMPONENTCMD_VIEWRetrieves the settings of the specified client component (see  COMPONENTCMD_VIEW).

Parameters

  Table: componentExecute input parameters
Parameter nameData typeDescription

sessionID

String

Required. The session identifier of the current administrative session. The logon command returns this identifier after a successful logon (see  logon (Command)).

cmd

ComponentCmdIDEnum

Required. The operation to be executed. See Table: componentExecute commands (SOAP administration).

attributeSet

ComponentAttributeSet

Required. A set containing zero or more attribute fields.

  Table: componentExecute output parameters
Parameter nameData typeDescription

results

ComponentResults

Required. Result structure containing return and status codes and a list of zero or more result attribute fields.

The following field attributes are available for the operations of this command:

  Table: componentExecute field attributes
Attribute nameData typeDescription
COMPONENTFLD_CHARACTER_ENCODINGStringThe encoding/locale format required by the RADIUS server.
COMPONENTFLD_COMPONENT_LOCATIONString

The IP address (or range, CIDR notation) of the machine represented by the component record (IPv4).

Up to 255 characters.

COMPONENTFLD_COMPONENT_TYPEString

The type of client component represented by the data record.

Up to 60 characters.

COMPONENTFLD_CREATE_TIMEDateTime

The date and time the data record was created.

COMPONENTFLD_DESCRIPTIONString

A custom description for the client component

Up to 128 characters.

COMPONENTFLD_ENABLEDBooleanIndicates whether the client component is enabled and allowed to communicate with OneSpan Authentication Server.
COMPONENTFLD_LICENSE_KEYStringUp to 1024 characters.
COMPONENTFLD_MODIFY_TIMEDateTime

The date and time the data record was last modified.

COMPONENTFLD_POLICY_IDString

The name of the policy that should be used for requests from the client component.

Up to 60 characters.

COMPONENTFLD_PROTOCOL_IDString

The protocol used for requests from the client component.

Up to 32 characters.

COMPONENTFLD_RADIUS_SHARED_SECRETString

The shared secret between OneSpan Authentication Server and the RADIUS client.

Up to 255 characters.

COMPONENTFLD_REQUEST_FORWARDINGBooleanIndicates whether the client is considered to be trusted to forward SOAP requests from other clients.
COMPONENTFLD_TCP_PORTIntegerPossible values: 165535
COMPONENTFLD_VASCO_PUBLIC_KEYStringUp to 1024 characters.

COMPONENTCMD_CREATE

COMPONENTCMD_CREATE registers a new client component.

Parameters

The following attributes can be specified in the attributeSet input parameter of this command:

  Table: COMPONENTCMD_CREATE (Supported input attributes)
Attribute nameOptionality
COMPONENTFLD_CHARACTER_ENCODINGOptional
COMPONENTFLD_COMPONENT_LOCATIONMandatory
COMPONENTFLD_COMPONENT_TYPEMandatory
COMPONENTFLD_DESCRIPTIONOptional
COMPONENTFLD_ENABLEDOptional
COMPONENTFLD_LICENSE_KEYOptional
COMPONENTFLD_POLICY_IDMandatory
COMPONENTFLD_PROTOCOL_IDOptional
COMPONENTFLD_RADIUS_SHARED_SECRETOptional
COMPONENTFLD_REQUEST_FORWARDINGOptional
COMPONENTFLD_TCP_PORTOptional
COMPONENTFLD_VASCO_PUBLIC_KEYOptional

The following attributes will be specified in the results output parameter of this command:

  Table: COMPONENTCMD_CREATE (Supported output attributes)
Attribute nameReturned
COMPONENTFLD_CHARACTER_ENCODINGIf defined
COMPONENTFLD_COMPONENT_LOCATIONAlways
COMPONENTFLD_COMPONENT_TYPEAlways
COMPONENTFLD_CREATE_TIMEAlways
COMPONENTFLD_DESCRIPTIONIf defined
COMPONENTFLD_ENABLEDOptional
COMPONENTFLD_LICENSE_KEYIf defined
COMPONENTFLD_MODIFY_TIMEAlways
COMPONENTFLD_POLICY_IDAlways
COMPONENTFLD_PROTOCOL_IDIf defined
COMPONENTFLD_RADIUS_SHARED_SECRETIf defined
COMPONENTFLD_REQUEST_FORWARDINGOptional
COMPONENTFLD_TCP_PORTIf defined
COMPONENTFLD_VASCO_PUBLIC_KEYIf defined

Requirements

Required administrative privileges:

  • Create Component

COMPONENTCMD_DELETE

COMPONENTCMD_DELETE deletes the specified client component.

Parameters

The following attributes can be specified in the attributeSet input parameter of this command:

  Table: COMPONENTCMD_DELETE (Supported input attributes)
Attribute nameOptionality
COMPONENTFLD_COMPONENT_LOCATIONMandatory
COMPONENTFLD_COMPONENT_TYPEMandatory

This command returns no result attributes.

Requirements

Required administrative privileges:

  • Delete Component

COMPONENTCMD_UPDATE

COMPONENTCMD_UPDATE updates the specified client component record.

Parameters

The following attributes can be specified in the attributeSet input parameter of this command:

  Table: COMPONENTCMD_UPDATE (Supported input attributes)
Attribute nameOptionality
COMPONENTFLD_CHARACTER_ENCODINGOptional
COMPONENTFLD_COMPONENT_LOCATIONMandatory
COMPONENTFLD_COMPONENT_TYPEMandatory
COMPONENTFLD_DESCRIPTIONOptional
COMPONENTFLD_ENABLEDOptional
COMPONENTFLD_LICENSE_KEYOptional
COMPONENTFLD_POLICY_IDOptional
COMPONENTFLD_PROTOCOL_IDOptional
COMPONENTFLD_RADIUS_SHARED_SECRETOptional
COMPONENTFLD_REQUEST_FORWARDINGOptional
COMPONENTFLD_TCP_PORTOptional
COMPONENTFLD_VASCO_PUBLIC_KEYOptional

The following attributes will be specified in the results output parameter of this command:

  Table: COMPONENTCMD_UPDATE (Supported output attributes)
Attribute nameReturned
COMPONENTFLD_CHARACTER_ENCODINGIf defined
COMPONENTFLD_COMPONENT_LOCATIONAlways
COMPONENTFLD_COMPONENT_TYPEAlways
COMPONENTFLD_CREATE_TIMEAlways
COMPONENTFLD_DESCRIPTIONIf defined
COMPONENTFLD_ENABLEDAlways
COMPONENTFLD_LICENSE_KEYIf defined
COMPONENTFLD_MODIFY_TIMEAlways
COMPONENTFLD_POLICY_IDIf defined
COMPONENTFLD_PROTOCOL_IDIf defined
COMPONENTFLD_RADIUS_SHARED_SECRETIf defined
COMPONENTFLD_REQUEST_FORWARDINGAlways
COMPONENTFLD_TCP_PORTIf defined
COMPONENTFLD_VASCO_PUBLIC_KEYIf defined

Requirements

Required administrative privileges:

  • Update Component

COMPONENTCMD_VIEW

COMPONENTCMD_VIEW retrieves the settings of the specified client component.

Parameters

The following attributes can be specified in the attributeSet input parameter of this command:

  Table: COMPONENTCMD_VIEW (Supported input attributes)
Attribute nameOptionality
COMPONENTFLD_COMPONENT_LOCATIONMandatory
COMPONENTFLD_COMPONENT_TYPEMandatory
COMPONENTFLD_DESCRIPTIONOptional

The following attributes will be specified in the results output parameter of this command:

  Table: COMPONENTCMD_VIEW (Supported output attributes)
Attribute nameReturned
COMPONENTFLD_CHARACTER_ENCODINGIf defined
COMPONENTFLD_COMPONENT_LOCATIONAlways
COMPONENTFLD_COMPONENT_TYPEAlways
COMPONENTFLD_CREATE_TIMEAlways
COMPONENTFLD_DESCRIPTIONIf defined
COMPONENTFLD_ENABLEDAlways
COMPONENTFLD_LICENSE_KEYIf defined
COMPONENTFLD_MODIFY_TIMEAlways
COMPONENTFLD_POLICY_IDAlways
COMPONENTFLD_PROTOCOL_IDIf defined
COMPONENTFLD_RADIUS_SHARED_SECRETIf defined
COMPONENTFLD_REQUEST_FORWARDINGAlways
COMPONENTFLD_TCP_PORTIf defined
COMPONENTFLD_VASCO_PUBLIC_KEYIf defined

Requirements

Required administrative privileges:

  • View Component

Cet article vous a-t-il été utile ?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.
ESC

Ozzy, facilitant la découverte de connaissances grâce à l’intelligence conversationnelle