+xns/Authentication
Data: AuthSession

+xns/Core/XNSObject
   |
   +--+xns/Authentication/AuthSession


Authenticated session; a pointer to a session object that passes back to the client upon creation of the session object and that is included on subsequent messages from the client. This is an abstract base class, because there can be many different types of authenticated sessions. Derived authenticated sessions must contain not only the authenticated session data itself, but enough information to uniquely identify the user within the login domain.


 

Data Elements
String ConnectionID A unique value that binds the authenticated session to a specific instance of a connector.
String SessionHandle A unique identifier that allows this authenticated session to be mapped to a session object stored in the server.
 

Element Detail

ConnectionID

A unique value that binds the authenticated session to a specific instance of a connector.  

DataType: String
 


SessionHandle

A unique identifier that allows this authenticated session to be mapped to a session object stored in the server. The internal form of the session handle and the way the session handle is mapped to a session object is up to individual implementations, so a client application should not make assumptions about the internal semantics of this element.  

DataType: String
 


Publishing Identity: +xns
© 2002 XNSORG
Last Updated: 07/09/2002