Package planetj.dataengine.security.http

Interface Summary
ISecured This class will be implemented by Classes that are secured via a SignOn.
ISecuredSignOnAndRegistration Insert the type's description here.
ISignOn A Class must implement this interface to be used as the signon mechanism for a DataEngine application.
 

Class Summary
DBCommonConnectionPoolSignOn Verifies signon information by trying to connect to the database.
DBPersonalConnectionPoolSignOn Verifies signon information by trying to connect to the database.
GenericSignOn Provides a partial implementation of the SignOn interface.
HttpSecurityManager Manages security for SignonableApplicatons.
LocalSQLOperationSignOn Only allows local users who also have a valid userid/password to sign on
LocalUsersOnly This class check that the incoming user has a local ip address.
LocalUsersOnlyOrOperatingSystemProfile This class checks that the incoming user has a local ip address.
OSPlusOperationSignOn  
RefererSignOn Super-secure signon which determines if a user can signon or not based on the http referer
SignOnReceipt A SignOnReceipt is created when a user signs on to a secured application.
SignOnRequest A magic request for signing a user on to an application
SQLOperationSignOn  
TableAuthenticationSignOn  
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).
UserListSignOn  
 

Exception Summary
SignOnAttemptsExhausted Thrown when a user has failed the signon process a specified number of times in a row