- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for load3 (0.01 sec)
-
AuthenticationChain.java
org.codelibs.fess.es.user.exentity.User; L19: L20:public interface AuthenticationChain { L21: L22: void update(User user); L23: L24: void delete(User user); L25: L26: boolean changePassword(String username, String password); L27: L28: User load(User user); L29: L30:}...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 899 bytes