|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanetj.dataengine.security.http.GenericSignOn
planetj.dataengine.security.http.SQLOperationSignOn
planetj.dataengine.security.http.LocalSQLOperationSignOn
Only allows local users who also have a valid userid/password to sign on
Field Summary | |
static java.lang.String |
CLASS_KEY
|
Fields inherited from class planetj.dataengine.security.http.SQLOperationSignOn |
CHECKED_ALREADY, PRIMARY_SIGNON_RESULTS |
Fields inherited from interface planetj.dataengine.security.http.ISignOn |
GLOBAL_SIGNON_KEY_OPERATION_ID, GLOBAL_SIGNON_KEY_SYSTEM_ALIAS, TIMEOUT_SECONDS |
Constructor Summary | |
LocalSQLOperationSignOn()
|
Method Summary | |
boolean |
signOn(java.lang.String user,
java.lang.String password,
ISecured secured,
HttpServletRequest request)
Attempts to signon the user |
Methods inherited from class planetj.dataengine.security.http.SQLOperationSignOn |
getFailureMessage, getMaximumSignOnFailures, getSignOnOperation, getSignOnURI, isAdditionalSignOnRequired, isAlreadySignedOn, isUserPromptRequired, prepareForSignOn, processSignOnAttemptsExhausted, signOff, signOnInternal |
Methods inherited from class planetj.dataengine.security.http.GenericSignOn |
sessionExpired, updateProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String CLASS_KEY
Constructor Detail |
public LocalSQLOperationSignOn()
Method Detail |
public boolean signOn(java.lang.String user, java.lang.String password, ISecured secured, HttpServletRequest request) throws CMException
SQLOperationSignOn
signOn
in interface ISignOn
signOn
in class SQLOperationSignOn
user
- The userid for the signon. This value is only used if the userid is not contained in the requestrequest
- The http request
CMException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |