Uses of Package
planetj.dataengine.security.http

Packages that use planetj.dataengine.security.http
planetj.dataengine   
planetj.dataengine.application   
planetj.dataengine.security.http   
planetj.dataexplorer   
planetj.processes.logon   
 

Classes in planetj.dataengine.security.http used by planetj.dataengine
SignOnReceipt
          A SignOnReceipt is created when a user signs on to a secured application.
 

Classes in planetj.dataengine.security.http used by planetj.dataengine.application
ISecured
          This class will be implemented by Classes that are secured via a SignOn.
ISecuredSignOnAndRegistration
          Insert the type's description here.
 

Classes in planetj.dataengine.security.http used by planetj.dataengine.security.http
DBCommonConnectionPoolSignOn
          Verifies signon information by trying to connect to the database.
GenericSignOn
          Provides a partial implementation of the SignOn interface.
HttpSecurityManager
          Manages security for SignonableApplicatons.
ISecured
          This class will be implemented by Classes that are secured via a SignOn.
ISignOn
          A Class must implement this interface to be used as the signon mechanism for a DataEngine application.
SignOnReceipt
          A SignOnReceipt is created when a user signs on to a secured application.
SQLOperationSignOn
           
UnsecuredSignOn
          When Secured applications do not specify a sign on class, this class is used to automatically sign users on to the application (users are not required to specify a userid or password).
 

Classes in planetj.dataengine.security.http used by planetj.dataexplorer
GenericSignOn
          Provides a partial implementation of the SignOn interface.
ISecured
          This class will be implemented by Classes that are secured via a SignOn.
ISignOn
          A Class must implement this interface to be used as the signon mechanism for a DataEngine application.
 

Classes in planetj.dataengine.security.http used by planetj.processes.logon
GenericSignOn
          Provides a partial implementation of the SignOn interface.
ISecured
          This class will be implemented by Classes that are secured via a SignOn.
ISignOn
          A Class must implement this interface to be used as the signon mechanism for a DataEngine application.