Package toolbox.oracle.siebel.session

Provides an API to manage stateless Oracle Siebel authentication tokens.

See:
          Description

Interface Summary
SessionTokenManager Interface that defines a session token manager for Oracle Siebel stateless session pool authentication tokens.
 

Class Summary
ResourcePoolTokenImpl ResourcePool implementation to pool Oracle Siebel stateless session tokens.
SessionTokenConfig Encapsulates the configuration required to establish a stateless session with Oracle Siebel.
SessionTokenManagerDefaultImpl Default implementation of the SessionTokenManager interface.
 

Exception Summary
SessionTokenManagerException Indicates an exception while performing token manager operations.
 

Package toolbox.oracle.siebel.session Description

Provides an API to manage stateless Oracle Siebel authentication tokens. More information about Oracle Siebel authentication tokens can be obtained from About Siebel Authentication and Session Management SOAP Headers.

This implementation is based on the algorithm documented in Oracle Support Article[ID 795552.1]. This implementation also adds support for time based token expiration in addition to the simple counter based approach documented by Oracle.