Session Manager APIs

Session Manager APIs

This managed object type includes methods for logging on and logging off clients, determining which clients are currently logged on, and forcing clients to log off.

Operations
POST
Session Manager Acquire Clone Ticket
Acquire a session-specific ticket string which can be used to clone the current session.
POST
Session Manager Acquire Generic Service Ticket
Creates and returns a one-time credential that may be used to make the specified request.
POST
Session Manager Acquire Local Ticket
Acquires a one-time ticket for mutual authentication between a server and client.
POST
Session Manager Clone Session
Clone the session specified by the clone ticket and associate it with the current connection.
GET
Session Manager Get Current Session
This property contains information about the client's current session.
GET
Session Manager Get Default Locale
This is the default server locale.
GET
Session Manager Get Message
The system global message from the server.
GET
Session Manager Get Message Locale List
Provides the list of locales for which the server has localized messages.
GET
Session Manager Get Session List
The list of currently active sessions.
GET
Session Manager Get Supported Locale List
Provides the list of locales that the server supports.
POST
Session Manager Impersonate User
Converts current session to impersonate the specified user.
POST
Session Manager Login
Log on to the server.
POST
Session Manager Login By SSPI
Log on to the server using SSPI pass-through authentication.
POST
Session Manager Login By Token
Log on to the server through token representing principal identity.
POST
Session Manager Login Extension
Creates a special privileged session that includes the Sessions.ImpersonateUser privilege.
POST
Session Manager Login Extension By Certificate
Creates a special privileged session that includes the Sessions.ImpersonateUser privilege.
POST
Session Manager Login Extension By Subject Name
Creates a special privileged session that includes the Sessions.ImpersonateUser privilege.
POST
Session Manager Logout
Log out and terminate the current session.
POST
Session Manager Session Is Active
Validates that a currently-active session exists with the specified sessionID and userName associated with it.
POST
Session Manager Set Locale
Sets the session locale.
POST
Session Manager Terminate Session
Log off and terminate the provided list of sessions.
POST
Session Manager Update Service Message
Updates the system global message.