Package org.flasby.login2.repository
Class LoginDbService
java.lang.Object
org.flasby.login2.repository.LoginDbService
- All Implemented Interfaces:
LoginRepository<Login>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetByLoginID
(String loginID) isLoginValid
(String loginID) void
passwordCheckFailed
(Login login) void
void
-
Constructor Details
-
LoginDbService
@Inject public LoginDbService(jakarta.persistence.EntityManager em)
-
-
Method Details
-
postConstruct
@PostConstruct public void postConstruct() -
add
-
getByLoginID
- Specified by:
getByLoginID
in interfaceLoginRepository<Login>
-
getById
-
getAllLogins
- Specified by:
getAllLogins
in interfaceLoginRepository<Login>
-
update
- Specified by:
update
in interfaceLoginRepository<Login>
-
passwordCheckFailed
- Specified by:
passwordCheckFailed
in interfaceLoginRepository<Login>
-
isLoginValid
- Specified by:
isLoginValid
in interfaceLoginRepository<Login>
-