planetj.dataengine.security.http
Class LocalSQLOperationSignOn
java.lang.Object
planetj.dataengine.security.http.GenericSignOn
planetj.dataengine.security.http.SQLOperationSignOn
planetj.dataengine.security.http.LocalSQLOperationSignOn
- All Implemented Interfaces:
- ISignOn, java.io.Serializable
- public class LocalSQLOperationSignOn
- extends SQLOperationSignOn
Only allows local users who also have a valid userid/password to sign on
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
CLASS_KEY
|
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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS_KEY
public static final java.lang.String CLASS_KEY
- See Also:
- Constant Field Values
LocalSQLOperationSignOn
public LocalSQLOperationSignOn()
signOn
public boolean signOn(java.lang.String user,
java.lang.String password,
ISecured secured,
HttpServletRequest request)
throws CMException
- Description copied from class:
SQLOperationSignOn
- Attempts to signon the user
- Specified by:
signOn
in interface ISignOn
- Overrides:
signOn
in class SQLOperationSignOn
- Parameters:
user
- The userid for the signon. This value is only used if the userid is not contained in the requestrequest
- The http request
- Throws:
CMException