guidguid
Security
Home > Books > NetKernel API and Services Reference > Accessor Listing > Security Extensions > guid

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Syntax

URI
active:guid

ArgumentRulesDescription
operandOptional optional an optional seed document
operatorOptional n/a
paramOptional n/a

Example Usage

DPML

<instr>
  <type>guid</type>
  <operand>foo.xml</operand>
  <target>this:response</target>
</instr>

NetKernel Foundation API

req=context.createSubRequest("active:guid");
result=context.issueSubRequest(req);

Purpose

The guid accessor generates a pseudo-unique guid. The result is a document with a root element <guid> containing the identifier. Here is an example:

<guid>799E740CDD625D1E178328737EDFD493</guid>

Note: The guid accessor generates the guid based upon a set of pseudo-random inputs, including an optional seed operand document. It has not been certified to generate a guaranteed globally unique ID. However for applications that require convenient session tokens and which provide unique seed documents the generated guids will be locally unique.

If your application requires truely globally unique ID's we recommend you customize the guid accessor.

References

md5 URA

© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.