Package com.crystaldecisions.sdk.occa.security

This package contains interfaces that allow you to interact with the security session.

See:
          Description

Interface Summary
ILogonTokenMgr This object manages the creation and release of logon tokens for logged on users.
IUserInfo This is an interface through which user information can be extracted from the security session and then modified.
 

Package com.crystaldecisions.sdk.occa.security Description

This package contains interfaces that allow you to interact with the security session. This includes validating and managing logon tokens, as well as retrieving specific user information. These interfaces are accessed directly from the IEnterpriseSession object using the getLogonTokenMgr() and getUserInfo() methods.

Related Documentation