|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISignOn | |
planetj.dataengine.security.http | |
planetj.dataexplorer | |
planetj.processes.logon |
Uses of ISignOn in planetj.dataengine.security.http |
Classes in planetj.dataengine.security.http that implement ISignOn | |
class |
DBCommonConnectionPoolSignOn
Verifies signon information by trying to connect to the database. |
class |
DBPersonalConnectionPoolSignOn
Verifies signon information by trying to connect to the database. |
class |
GenericSignOn
Provides a partial implementation of the SignOn interface. |
class |
LocalSQLOperationSignOn
Only allows local users who also have a valid userid/password to sign on |
class |
LocalUsersOnly
This class check that the incoming user has a local ip address. |
class |
LocalUsersOnlyOrOperatingSystemProfile
This class checks that the incoming user has a local ip address. |
class |
OSPlusOperationSignOn
|
class |
RefererSignOn
Super-secure signon which determines if a user can signon or not based on the http referer |
class |
SQLOperationSignOn
|
class |
TableAuthenticationSignOn
|
class |
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). |
class |
UserListSignOn
|
Methods in planetj.dataengine.security.http that return ISignOn | |
ISignOn |
SignOnReceipt.getSignOn()
Gets the SignOn object for this receipt |
ISignOn |
HttpSecurityManager.getSignOn(ISecured pSecuredApplication,
javax.servlet.http.HttpServletRequest pReq)
Gets the SignOn object for the user and ISecured App, creating a new instance if one doesn't already exist. |
ISignOn |
HttpSecurityManager.getSignOn(ISecured pSecuredApplication,
boolean pCreate,
javax.servlet.http.HttpServletRequest pReq)
Gets the SignOn object for the user and Secured App, optionally creating a new instance if one doesn't already exist. |
Methods in planetj.dataengine.security.http with parameters of type ISignOn | |
static boolean |
UnsecuredSignOn.signOnUnsecured(ISignOn signOn,
ISecured secured,
javax.servlet.http.HttpServletRequest request)
Carries out an unsecured sign on to the given secured Object. |
Constructors in planetj.dataengine.security.http with parameters of type ISignOn | |
SignOnReceipt(ISignOn pSignOn)
SignOnReceipt constructor |
|
SignOnAttemptsExhausted(ISignOn signon,
ISecured secured,
int failureCount)
SignonAttemptsExhausted constructor comment. |
|
SignOnAttemptsExhausted(ISignOn signon,
ISecured secured,
int failureCount,
Exception e)
SignonAttemptsExhausted constructor comment. |
Uses of ISignOn in planetj.dataexplorer |
Classes in planetj.dataexplorer that implement ISignOn | |
class |
DXApplicationSignOn
|
Uses of ISignOn in planetj.processes.logon |
Classes in planetj.processes.logon that implement ISignOn | |
class |
SignOnAndRegistrationSignOn
This signOn class will verify the user and password exist in PlanetJ.Admin or whatever table is specified in ISecuredSignOnAndRegistraiton |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |