Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Action name

OperatorAuthentication

Class name

com.cdrator.main.operator.action.OperatorAuthentication

Available from core version

8.7

Description

This action authenticates the operator based on the username and password provided. If username or password are null or empty, null is returned.

Return value

Operators: The operator matching the username and password. Otherwise null.

Properties

 

Parameters

  1. String: username
  2. String: password

IsOperatorAccessRevoked

Action name

IsOperatorAccessRevoked

Class name

com.cdrator.main.operator.action.IsOperatorAccessRevoked

Available from core version

8.7

Description

This action check if operatorstype has a specific access revoked.

Return value

boolean: True if operator type has its access revoked. Otherwise false. (syserror if AccessName does not exists and doIgnoreMissing is false)

Properties

  1. ignoreMissing: Ignore when AccessName is missing.

Parameters

  1. Operators: operator
  2. String: accessName

Main - Service

GetServicesForAccountAndProduct

...