Creates a log entry with the specified error code and the stackTrace of
the specified Exception if the LogManager is configured to process messages
of level DEBUG or higher.
Creates a log entry with the specified error code, info string and the stackTrace
of the specified Exception, if the LogManager is configured to process messages
of level DEBUG or higher.
Invoked when a user will be logged in, the specified password was encoded
by the client; this method must return the decoded password using the specified
key which is the same that was used by the client to encode the password.
Creates a log entry with the specified error code and the stackTrace of
the specified Exception, if the LogManager is configured to process messages
of level ERROR.
Creates a log entry with the specified error code, info string and the stackTrace
of the specified Exception, if the LogManager is configured to process messages
of level ERROR.
Invoked before a client will be requested to send the username and password;
this method must return a key that will be passed to the encoding method in
the client and to the decoding method on the server.
Returns the primary key for this PropertySet object corresponding to the
usrID and grpID fields in the userprops and groupprops tables in the database.
Creates a log entry with the specified error code and the stackTrace of the specified
Exception, if the LogManager is configured to process messages of level INFO or higher.
Creates a log entry with the specified error code, info string and the stackTrace of
the specified Exception, if the LogManager is configured to process messages of level
INFO or higher.
Creates a log entry with the specified error code and the stackTrace of
the specified Exception, if the LogManager is configured to process messages
of level WARN or higher.
Creates a log entry with the specified error code, info string and the stackTrace
of the specified Exception, if the LogManager is configured to process messages
of level WARN or higher.