Table Description
Security Function Identifier/Security Identifier: A link between a Function Identifier and a Security Identifier.

Example

User Ronan Rooney attempts to register a Person. He enters the registration information on a client screen and clicks a button. The client application attempts to call the Person.register method. The server application successfully authorizes that Ronan Rooney is permitted to access the Person.register method. The data to support this authorization is as follows:

Technical Notes

  • Each Function Identifier will have exactly one Security Function Identifier/Security Identifier; and
  • Each Security Identifier may have at most one Security Function Identifier/Security Identifier

...thus each Function Identifier will have exactly one Security Identifier and each Security Identifier may have at most one Function Identifier.

For more information see the Cúram Application Administration Guide.

Attributes (3)
AttributeKeyNullableDescriptionDDL Type
sidNameYesNoThe security identifier name.SVR_STRING<100>
fidNameYesNoThe function identifier name.SVR_STRING<100>
lastWritten   SVR_DATETIME
Indices (1)
Index NameAttributes
SecFidSidIndexFidfidName
Related Pages (8)