The SET function assigns a specified value to a specified attribute. Multiple values are specified for multi-valued attributes by a set. This function works for all User Directories supported by SOA Security Manager.
The SET function returns TRUE if SOA Security Manager returns success on the modification.
If the attribute is not visible to SOA Security Manager, the function fails. The attribute may not be visible due to security reasons (security in the User Directory) or, in the case of ODBC directories, because it is not in the configured Query or not an attribute listed in the Set Properties setting of the SOA Security Manager Query Scheme.
The SET function has the following format:
SET(attr_name, value)
The SET function accepts the following parameters:
attr_name (string)
value (string)
Specifies one or more values. Multiple values are separated by the caret character.
The SET function returns a Boolean.
Privileged: Yes
Return_value=SET("Retries", STRING(NUMBER(Retries) + 1))
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |