Package ehealth.rdg
Class AuthCredentials
java.lang.Object
ehealth.rdg.AuthCredentials
Relation: auth_credentials.
Supported operations: insert, update.
-
Constructor Summary
ConstructorsConstructorDescriptionAuthCredentials(Integer id, String login, String password, Integer[][] grid) -
Method Summary
-
Constructor Details
-
AuthCredentials
public AuthCredentials() -
AuthCredentials
-
-
Method Details
-
getId
-
setId
-
getLogin
-
setLogin
-
getPassword
-
setPassword
-
getGrid
-
setGrid
-
insert
Inserts these credentials.- Throws:
SQLException- thrown on any database access errorIllegalStateException- throw if some necessary attributes are nullUniquenessViolationException- thrown if the login is already in use
-
updatePassword
Upadtes the password.- Throws:
SQLException- thrown on any database access errorIllegalStateException- throw if some necessary attributes are nullNotFoundException- thown if the credentials could not be found
-