Uses of Class
com.restapi.template.security.data.Account
-
Packages that use Account Package Description com.restapi.template.api.user.data -
-
Uses of Account in com.restapi.template.api.user.data
Subclasses of Account in com.restapi.template.api.user.data Modifier and Type Class Description classUsersMethods in com.restapi.template.api.user.data that return types with arguments of type Account Modifier and Type Method Description java.util.Optional<Account>UsersRepository. findByUserIdAndStateAndRefreshToken(java.lang.String userId, UserStatus state, java.lang.String refreshToken)계정 ID와 상태로 조회.
-