Index

A B C D E F G H I J L M N O P Q R S T U V Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addDict(AddDictReq) - Method in class io.github.xezzon.zeroweb.dict.DictController
新增字典目/字典项
AddDictReq - Class in io.github.xezzon.zeroweb.dict.entity
 
AddDictReq() - Constructor for class io.github.xezzon.zeroweb.dict.entity.AddDictReq
 
addI18nMessage(AddI18nMessageReq) - Method in class io.github.xezzon.zeroweb.locale.I18nMessageController
新增国际化内容
AddI18nMessageReq - Record Class in io.github.xezzon.zeroweb.locale.entity
新增国际化内容的请求参数
AddI18nMessageReq(String, String) - Constructor for record class io.github.xezzon.zeroweb.locale.entity.AddI18nMessageReq
Creates an instance of a AddI18nMessageReq record class.
addLanguage(AddLanguageReq) - Method in class io.github.xezzon.zeroweb.locale.LanguageController
新增语言
AddLanguageReq - Record Class in io.github.xezzon.zeroweb.locale.entity
新增语言的请求参数
AddLanguageReq(String, String, Integer, Boolean) - Constructor for record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
Creates an instance of a AddLanguageReq record class.
addUser(AddUserReq, StreamObserver<AddUserResp>) - Method in class io.github.xezzon.zeroweb.user.UserGrpcServer
新增用户(服务间接口)
AddUserReqConverter - Interface in io.github.xezzon.zeroweb.user.converter
 
AddUserReqConverterImpl - Class in io.github.xezzon.zeroweb.user.converter
 
AddUserReqConverterImpl() - Constructor for class io.github.xezzon.zeroweb.user.converter.AddUserReqConverterImpl
 
AdminErrorCode - Enum Class in io.github.xezzon.zeroweb.common.exception
错误码分配中心
AdminExceptionHandler - Class in io.github.xezzon.zeroweb.common.exception
 
AdminExceptionHandler() - Constructor for class io.github.xezzon.zeroweb.common.exception.AdminExceptionHandler
 
ALGORITHM - Static variable in class io.github.xezzon.zeroweb.crypto.JwtKeyManager
 
AuthController - Class in io.github.xezzon.zeroweb.auth
认证授权管理
AuthController(AuthNService) - Constructor for class io.github.xezzon.zeroweb.auth.AuthController
 
AuthNService - Class in io.github.xezzon.zeroweb.auth
认证服务
AuthNService(IUserService4Auth, JwtCryptoService) - Constructor for class io.github.xezzon.zeroweb.auth.AuthNService
 

B

BasicAuth - Record Class in io.github.xezzon.zeroweb.auth.entity
 
BasicAuth(String, String) - Constructor for record class io.github.xezzon.zeroweb.auth.entity.BasicAuth
Creates an instance of a BasicAuth record class.
basicLogin(BasicAuth) - Method in class io.github.xezzon.zeroweb.auth.AuthController
用户名口令认证

C

cipher - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 
CIPHER - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 
class_ - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
class_ - Static variable in class io.github.xezzon.zeroweb.locale.domain.I18nMessage_
 
class_ - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
class_ - Static variable in class io.github.xezzon.zeroweb.locale.domain.Translation_
 
class_ - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 
code - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
CODE - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
content - Static variable in class io.github.xezzon.zeroweb.locale.domain.Translation_
 
content() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
Returns the value of the content record component.
CONTENT - Static variable in class io.github.xezzon.zeroweb.locale.domain.Translation_
 
CREATE_TIME - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 
createTime - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 

D

deleteByLanguage(String) - Method in interface io.github.xezzon.zeroweb.locale.repository.TranslationRepository
 
deleteByNamespaceAndMessageKey(String, String) - Method in interface io.github.xezzon.zeroweb.locale.repository.TranslationRepository
 
deleteI18nMessage(String) - Method in class io.github.xezzon.zeroweb.locale.I18nMessageController
删除国际化内容
deleteLanguage(String) - Method in class io.github.xezzon.zeroweb.locale.LanguageController
删除语言
description - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
description() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
Returns the value of the description record component.
description() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
Returns the value of the description record component.
DESCRIPTION - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
Dict - Class in io.github.xezzon.zeroweb.dict.domain
字典 字典是一组提供给用户选择的值。
Dict() - Constructor for class io.github.xezzon.zeroweb.dict.domain.Dict
 
Dict_ - Class in io.github.xezzon.zeroweb.dict.domain
 
Dict_() - Constructor for class io.github.xezzon.zeroweb.dict.domain.Dict_
 
DICT_I18N_NAMESPACE - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict
 
DICT_TAG - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict
 
DICT_TAG - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
DictController - Class in io.github.xezzon.zeroweb.dict
字典管理
DictController(DictService) - Constructor for class io.github.xezzon.zeroweb.dict.DictController
 
DictDAO - Class in io.github.xezzon.zeroweb.dict
 
DictDbHandler - Class in io.github.xezzon.zeroweb.dict
字典管理在本服务实现,所以不需要以 RPC 调用的方式导入字典。
DictDbHandler(DictService) - Constructor for class io.github.xezzon.zeroweb.dict.DictDbHandler
 
DictGrpcServer - Class in io.github.xezzon.zeroweb.dict
 
DictGrpcServer(DictService) - Constructor for class io.github.xezzon.zeroweb.dict.DictGrpcServer
 
DictImportReqConverter - Interface in io.github.xezzon.zeroweb.dict.converter
 
DictImportReqConverterImpl - Class in io.github.xezzon.zeroweb.dict.converter
 
DictImportReqConverterImpl() - Constructor for class io.github.xezzon.zeroweb.dict.converter.DictImportReqConverterImpl
 
DictRepository - Interface in io.github.xezzon.zeroweb.dict.repository
 
DictRespConverter - Interface in io.github.xezzon.zeroweb.dict.converter
 
DictRespConverterImpl - Class in io.github.xezzon.zeroweb.dict.converter
 
DictRespConverterImpl() - Constructor for class io.github.xezzon.zeroweb.dict.converter.DictRespConverterImpl
 
DictService - Class in io.github.xezzon.zeroweb.dict
 
DictService(DictDAO) - Constructor for class io.github.xezzon.zeroweb.dict.DictService
 
DictSpecs - Class in io.github.xezzon.zeroweb.dict.repository
 
dictTag - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 

E

editable - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
editable - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
EDITABLE - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
EDITABLE - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
enabled - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
enabled - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
enabled() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
Returns the value of the enabled record component.
enabled() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
Returns the value of the enabled record component.
ENABLED - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
ENABLED - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
eq(II18nMessage) - Method in interface io.github.xezzon.zeroweb.locale.event.II18nMessage
当命名空间与键都相同时,认为是同一国际化内容
equals(Object) - Method in record class io.github.xezzon.zeroweb.auth.entity.BasicAuth
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.xezzon.zeroweb.crypto.event.PublicKeyGeneratedEvent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.xezzon.zeroweb.locale.entity.AddI18nMessageReq
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageChangedEvent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageDeletedEvent
Indicates whether some other object is "equal to" this one.

F

findAll(ODataQueryOption) - Method in class io.github.xezzon.zeroweb.dict.DictDAO
分页查询
findByDictTagAndLanguageTag(String, String) - Method in interface io.github.xezzon.zeroweb.locale.repository.LanguageRepository
 
findByDictTagOrderByOrdinalAsc(String) - Method in interface io.github.xezzon.zeroweb.locale.repository.LanguageRepository
 
findByNamespaceAndLanguage(String, String) - Method in interface io.github.xezzon.zeroweb.locale.repository.TranslationRepository
 
findByNamespaceAndMessageKey(String, String) - Method in interface io.github.xezzon.zeroweb.locale.repository.I18nMessageRepository
 
findByNamespaceAndMessageKey(String, String) - Method in interface io.github.xezzon.zeroweb.locale.repository.TranslationRepository
 
findByNamespaceAndMessageKeyAndLanguage(String, String, String) - Method in interface io.github.xezzon.zeroweb.locale.repository.TranslationRepository
 
findByParentIdIn(Collection<String>) - Method in interface io.github.xezzon.zeroweb.dict.repository.DictRepository
 
findByTagAndCode(String, String) - Method in interface io.github.xezzon.zeroweb.dict.repository.DictRepository
 
findByTagOrderByOrdinalAsc(String) - Method in interface io.github.xezzon.zeroweb.dict.repository.DictRepository
 
findByUsername(String) - Method in interface io.github.xezzon.zeroweb.user.repository.UserRepository
根据用户名获取记录
findDistinctNamespace() - Method in interface io.github.xezzon.zeroweb.locale.repository.I18nMessageRepository
 
from(DictImportReq) - Method in interface io.github.xezzon.zeroweb.dict.converter.DictImportReqConverter
 
from(DictImportReq) - Method in class io.github.xezzon.zeroweb.dict.converter.DictImportReqConverterImpl
 
from(Dict) - Method in interface io.github.xezzon.zeroweb.dict.converter.DictRespConverter
 
from(Dict) - Method in class io.github.xezzon.zeroweb.dict.converter.DictRespConverterImpl
 
from(AddUserReq) - Method in interface io.github.xezzon.zeroweb.user.converter.AddUserReqConverter
 
from(AddUserReq) - Method in class io.github.xezzon.zeroweb.user.converter.AddUserReqConverterImpl
 

G

get() - Method in class io.github.xezzon.zeroweb.user.UserDAO
 
getCopier() - Method in class io.github.xezzon.zeroweb.dict.DictDAO
 
getCopier() - Method in class io.github.xezzon.zeroweb.locale.I18nMessageDAO
 
getCopier() - Method in class io.github.xezzon.zeroweb.locale.LanguageDAO
 
getCopier() - Method in class io.github.xezzon.zeroweb.locale.TranslationDAO
 
getDictListByTag(DictReq, StreamObserver<DictListResp>) - Method in class io.github.xezzon.zeroweb.dict.DictGrpcServer
查询指定字典目下所有字典项的列表(服务间接口)
getDictTagList(ODataRequestParam) - Method in class io.github.xezzon.zeroweb.dict.DictController
分页查询字典目列表
getDictTreeByTag(String) - Method in class io.github.xezzon.zeroweb.dict.DictController
查询指定字典目下所有字典项的列表
getMessageKey() - Method in class io.github.xezzon.zeroweb.dict.domain.Dict
 
getMessageKey() - Method in interface io.github.xezzon.zeroweb.locale.event.II18nMessage
 
getNamespace() - Method in class io.github.xezzon.zeroweb.dict.domain.Dict
 
getNamespace() - Method in interface io.github.xezzon.zeroweb.locale.event.II18nMessage
 
getOrdinal() - Method in class io.github.xezzon.zeroweb.dict.domain.Dict
 
getPublicKey() - Method in record class io.github.xezzon.zeroweb.crypto.event.PublicKeyGeneratedEvent
 
getPublicKey() - Method in class io.github.xezzon.zeroweb.crypto.JwtKeyManager
获取公钥
getUserByUsername(String) - Method in interface io.github.xezzon.zeroweb.user.service.IUserService4Auth
根据用户名获取用户信息
getUserByUsername(String) - Method in class io.github.xezzon.zeroweb.user.UserService
 

H

hashCode() - Method in record class io.github.xezzon.zeroweb.auth.entity.BasicAuth
Returns a hash code value for this object.
hashCode() - Method in record class io.github.xezzon.zeroweb.crypto.event.PublicKeyGeneratedEvent
Returns a hash code value for this object.
hashCode() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddI18nMessageReq
Returns a hash code value for this object.
hashCode() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
Returns a hash code value for this object.
hashCode() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
Returns a hash code value for this object.
hashCode() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
Returns a hash code value for this object.
hashCode() - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageChangedEvent
Returns a hash code value for this object.
hashCode() - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageDeletedEvent
Returns a hash code value for this object.

I

i18nMessage() - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageDeletedEvent
Returns the value of the i18nMessage record component.
I18nMessage - Class in io.github.xezzon.zeroweb.locale.domain
国际化内容
I18nMessage() - Constructor for class io.github.xezzon.zeroweb.locale.domain.I18nMessage
 
I18nMessage_ - Class in io.github.xezzon.zeroweb.locale.domain
 
I18nMessage_() - Constructor for class io.github.xezzon.zeroweb.locale.domain.I18nMessage_
 
I18nMessageChangedEvent - Record Class in io.github.xezzon.zeroweb.locale.event
国际化内容变更事件
I18nMessageChangedEvent(II18nMessage, II18nMessage) - Constructor for record class io.github.xezzon.zeroweb.locale.event.I18nMessageChangedEvent
Creates an instance of a I18nMessageChangedEvent record class.
I18nMessageController - Class in io.github.xezzon.zeroweb.locale
国际化内容及文本管理
I18nMessageController(LocalizedService) - Constructor for class io.github.xezzon.zeroweb.locale.I18nMessageController
 
I18nMessageDAO - Class in io.github.xezzon.zeroweb.locale
 
I18nMessageDeletedEvent - Record Class in io.github.xezzon.zeroweb.locale.event
国际化内容删除事件
I18nMessageDeletedEvent(II18nMessage) - Constructor for record class io.github.xezzon.zeroweb.locale.event.I18nMessageDeletedEvent
Creates an instance of a I18nMessageDeletedEvent record class.
I18nMessageRepository - Interface in io.github.xezzon.zeroweb.locale.repository
 
id - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
id - Static variable in class io.github.xezzon.zeroweb.locale.domain.I18nMessage_
 
id - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
id - Static variable in class io.github.xezzon.zeroweb.locale.domain.Translation_
 
id - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 
id() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
Returns the value of the id record component.
ID - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
ID - Static variable in class io.github.xezzon.zeroweb.locale.domain.I18nMessage_
 
ID - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
ID - Static variable in class io.github.xezzon.zeroweb.locale.domain.Translation_
 
ID - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 
II18nMessage - Interface in io.github.xezzon.zeroweb.locale.event
需要国际化的功能,需要实现该接口
importDict(DictImportReqList) - Method in class io.github.xezzon.zeroweb.dict.DictDbHandler
 
importDict(DictImportReqList, StreamObserver<Empty>) - Method in class io.github.xezzon.zeroweb.dict.DictGrpcServer
导入字典数据(服务间接口)
INSTANCE - Static variable in interface io.github.xezzon.zeroweb.dict.converter.DictImportReqConverter
 
INSTANCE - Static variable in interface io.github.xezzon.zeroweb.dict.converter.DictRespConverter
 
INSTANCE - Static variable in interface io.github.xezzon.zeroweb.user.converter.AddUserReqConverter
 
into() - Method in class io.github.xezzon.zeroweb.dict.entity.AddDictReq
 
into() - Method in class io.github.xezzon.zeroweb.dict.entity.ModifyDictReq
 
into() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddI18nMessageReq
 
into() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
 
into() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
 
into() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
 
into() - Method in class io.github.xezzon.zeroweb.user.entity.RegisterUserReq
 
INVALID_PASSWORD - Enum constant in enum class io.github.xezzon.zeroweb.common.exception.AdminErrorCode
用户名或密码错误
InvalidPasswordException - Exception in io.github.xezzon.zeroweb.common.exception
不正确的口令
InvalidPasswordException() - Constructor for exception io.github.xezzon.zeroweb.common.exception.InvalidPasswordException
 
io.github.xezzon.zeroweb - package io.github.xezzon.zeroweb
 
io.github.xezzon.zeroweb.auth - package io.github.xezzon.zeroweb.auth
 
io.github.xezzon.zeroweb.auth.config - package io.github.xezzon.zeroweb.auth.config
 
io.github.xezzon.zeroweb.auth.entity - package io.github.xezzon.zeroweb.auth.entity
 
io.github.xezzon.zeroweb.common.exception - package io.github.xezzon.zeroweb.common.exception
 
io.github.xezzon.zeroweb.crypto - package io.github.xezzon.zeroweb.crypto
 
io.github.xezzon.zeroweb.crypto.event - package io.github.xezzon.zeroweb.crypto.event
 
io.github.xezzon.zeroweb.crypto.service - package io.github.xezzon.zeroweb.crypto.service
 
io.github.xezzon.zeroweb.dict - package io.github.xezzon.zeroweb.dict
 
io.github.xezzon.zeroweb.dict.converter - package io.github.xezzon.zeroweb.dict.converter
 
io.github.xezzon.zeroweb.dict.domain - package io.github.xezzon.zeroweb.dict.domain
 
io.github.xezzon.zeroweb.dict.entity - package io.github.xezzon.zeroweb.dict.entity
 
io.github.xezzon.zeroweb.dict.repository - package io.github.xezzon.zeroweb.dict.repository
 
io.github.xezzon.zeroweb.locale - package io.github.xezzon.zeroweb.locale
 
io.github.xezzon.zeroweb.locale.domain - package io.github.xezzon.zeroweb.locale.domain
 
io.github.xezzon.zeroweb.locale.entity - package io.github.xezzon.zeroweb.locale.entity
 
io.github.xezzon.zeroweb.locale.event - package io.github.xezzon.zeroweb.locale.event
 
io.github.xezzon.zeroweb.locale.repository - package io.github.xezzon.zeroweb.locale.repository
 
io.github.xezzon.zeroweb.user - package io.github.xezzon.zeroweb.user
 
io.github.xezzon.zeroweb.user.converter - package io.github.xezzon.zeroweb.user.converter
 
io.github.xezzon.zeroweb.user.domain - package io.github.xezzon.zeroweb.user.domain
 
io.github.xezzon.zeroweb.user.entity - package io.github.xezzon.zeroweb.user.entity
 
io.github.xezzon.zeroweb.user.repository - package io.github.xezzon.zeroweb.user.repository
 
io.github.xezzon.zeroweb.user.service - package io.github.xezzon.zeroweb.user.service
 
isDictTag() - Static method in class io.github.xezzon.zeroweb.dict.repository.DictSpecs
 
IUserService4Auth - Interface in io.github.xezzon.zeroweb.user.service
 

J

JwtCryptoService - Interface in io.github.xezzon.zeroweb.crypto.service
 
JwtKeyManager - Class in io.github.xezzon.zeroweb.crypto
JWT 密钥管理器,用于生成、保存和加载 JWT 密钥对以及签发 JWT。
JwtKeyManager(ZerowebConfig) - Constructor for class io.github.xezzon.zeroweb.crypto.JwtKeyManager
 

L

label - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
LABEL - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
language - Static variable in class io.github.xezzon.zeroweb.locale.domain.Translation_
 
language() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
Returns the value of the language record component.
Language - Class in io.github.xezzon.zeroweb.locale.domain
语言 底层基于字典实现
Language() - Constructor for class io.github.xezzon.zeroweb.locale.domain.Language
 
LANGUAGE - Static variable in class io.github.xezzon.zeroweb.locale.domain.Translation_
 
Language_ - Class in io.github.xezzon.zeroweb.locale.domain
 
Language_() - Constructor for class io.github.xezzon.zeroweb.locale.domain.Language_
 
LANGUAGE_DICT_PARENT_ID - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language
语言的字典目的ID
LANGUAGE_DICT_TAG - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language
语言的字典目
LANGUAGE_TAG - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
LanguageController - Class in io.github.xezzon.zeroweb.locale
语言管理
LanguageDAO - Class in io.github.xezzon.zeroweb.locale
 
LanguageRepository - Interface in io.github.xezzon.zeroweb.locale.repository
 
languageTag - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
languageTag() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
Returns the value of the languageTag record component.
languageTag() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
Returns the value of the languageTag record component.
listen(I18nMessageChangedEvent) - Method in class io.github.xezzon.zeroweb.locale.LocalizedService
 
listen(I18nMessageDeletedEvent) - Method in class io.github.xezzon.zeroweb.locale.LocalizedService
 
listI18nNamespace() - Method in class io.github.xezzon.zeroweb.locale.I18nMessageController
列举国际化内容命名空间
loadPrivateKey() - Method in class io.github.xezzon.zeroweb.crypto.JwtKeyManager
在应用启动后,加载私钥。
loadTranslation(String, String) - Method in class io.github.xezzon.zeroweb.locale.TranslationController
加载国际化资源
LocalizedService - Class in io.github.xezzon.zeroweb.locale
 

M

main(String[]) - Static method in class io.github.xezzon.zeroweb.ZerowebAdminApplication
后台管理服务入口
mapping(Class<? extends Throwable>) - Static method in enum class io.github.xezzon.zeroweb.common.exception.AdminErrorCode
 
MESSAGE_KEY - Static variable in class io.github.xezzon.zeroweb.locale.domain.I18nMessage_
 
MESSAGE_KEY - Static variable in class io.github.xezzon.zeroweb.locale.domain.Translation_
 
messageKey - Static variable in class io.github.xezzon.zeroweb.locale.domain.I18nMessage_
 
messageKey - Static variable in class io.github.xezzon.zeroweb.locale.domain.Translation_
 
messageKey() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddI18nMessageReq
Returns the value of the messageKey record component.
messageKey() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
Returns the value of the messageKey record component.
modifyDict(ModifyDictReq) - Method in class io.github.xezzon.zeroweb.dict.DictController
更新字典目/字典项
ModifyDictReq - Class in io.github.xezzon.zeroweb.dict.entity
 
ModifyDictReq() - Constructor for class io.github.xezzon.zeroweb.dict.entity.ModifyDictReq
 
ModifyLanguageReq - Record Class in io.github.xezzon.zeroweb.locale.entity
修改语言的请求参数
ModifyLanguageReq(String, String, String, Integer, Boolean) - Constructor for record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
Creates an instance of a ModifyLanguageReq record class.
moduleCode() - Method in enum class io.github.xezzon.zeroweb.common.exception.AdminErrorCode
 

N

namespace - Static variable in class io.github.xezzon.zeroweb.locale.domain.I18nMessage_
 
namespace - Static variable in class io.github.xezzon.zeroweb.locale.domain.Translation_
 
namespace() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddI18nMessageReq
Returns the value of the namespace record component.
namespace() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
Returns the value of the namespace record component.
NAMESPACE - Static variable in class io.github.xezzon.zeroweb.locale.domain.I18nMessage_
 
NAMESPACE - Static variable in class io.github.xezzon.zeroweb.locale.domain.Translation_
 
newValue() - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageChangedEvent
Returns the value of the newValue record component.
nickname - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 
NICKNAME - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 

O

oldValue() - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageChangedEvent
Returns the value of the oldValue record component.
ordinal - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
ordinal - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
ordinal() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
Returns the value of the ordinal record component.
ordinal() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
Returns the value of the ordinal record component.
ORDINAL - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
ORDINAL - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 

P

PARENT_ID - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
PARENT_ID - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
parentId - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
parentId - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
password() - Method in record class io.github.xezzon.zeroweb.auth.entity.BasicAuth
Returns the value of the password record component.
printPublicKey(PublicKeyGeneratedEvent) - Method in class io.github.xezzon.zeroweb.crypto.JwtKeyManager
打印公钥到控制台
publicKey() - Method in record class io.github.xezzon.zeroweb.crypto.event.PublicKeyGeneratedEvent
Returns the value of the publicKey record component.
PublicKeyGeneratedEvent - Record Class in io.github.xezzon.zeroweb.crypto.event
公钥生成事件
PublicKeyGeneratedEvent(PublicKey) - Constructor for record class io.github.xezzon.zeroweb.crypto.event.PublicKeyGeneratedEvent
Creates an instance of a PublicKeyGeneratedEvent record class.

Q

queryI18nMessageList(String, ODataRequestParam) - Method in class io.github.xezzon.zeroweb.locale.I18nMessageController
分页查询国际化内容
queryLanguageList() - Method in class io.github.xezzon.zeroweb.locale.LanguageController
查询语言列表
queryTranslation(String, String) - Method in class io.github.xezzon.zeroweb.locale.I18nMessageController
查询国际化文本

R

register(RegisterUserReq) - Method in class io.github.xezzon.zeroweb.user.UserController
用户注册
RegisterUserReq - Class in io.github.xezzon.zeroweb.user.entity
 
RegisterUserReq() - Constructor for class io.github.xezzon.zeroweb.user.entity.RegisterUserReq
 
removeDict(Collection<String>) - Method in class io.github.xezzon.zeroweb.dict.DictController
批量删除字典目/字典项
run(String...) - Method in class io.github.xezzon.zeroweb.auth.config.SaTokenRedisConfiguration
 

S

SaTokenRedisConfiguration - Class in io.github.xezzon.zeroweb.auth.config
应用启动时检查是否配置了 Redis 没有配置 Redis 时,使用内存作为 Session 的存储方式 否则以 Redis 作为 Session 的存储方式
SaTokenRedisConfiguration() - Constructor for class io.github.xezzon.zeroweb.auth.config.SaTokenRedisConfiguration
 
savePublicKeyToClasspath(PublicKeyGeneratedEvent) - Method in class io.github.xezzon.zeroweb.crypto.JwtKeyManager
将公钥保存到文件中(PKCS8)
signJwt(JWTCreator.Builder) - Method in class io.github.xezzon.zeroweb.crypto.JwtKeyManager
 
signJwt(JWTCreator.Builder) - Method in interface io.github.xezzon.zeroweb.crypto.service.JwtCryptoService
签发JWT
sourceType() - Method in enum class io.github.xezzon.zeroweb.common.exception.AdminErrorCode
 
sso() - Method in class io.github.xezzon.zeroweb.auth.AuthController
单点登录

T

tag - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
TAG - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
toString() - Method in record class io.github.xezzon.zeroweb.auth.entity.BasicAuth
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.crypto.event.PublicKeyGeneratedEvent
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddI18nMessageReq
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageChangedEvent
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageDeletedEvent
Returns a string representation of this record class.
Translation - Class in io.github.xezzon.zeroweb.locale.domain
国际化文本
Translation() - Constructor for class io.github.xezzon.zeroweb.locale.domain.Translation
 
Translation_ - Class in io.github.xezzon.zeroweb.locale.domain
 
Translation_() - Constructor for class io.github.xezzon.zeroweb.locale.domain.Translation_
 
TranslationController - Class in io.github.xezzon.zeroweb.locale
国际化文本管理
TranslationController(LocalizedService) - Constructor for class io.github.xezzon.zeroweb.locale.TranslationController
 
TranslationDAO - Class in io.github.xezzon.zeroweb.locale
 
TranslationRepository - Interface in io.github.xezzon.zeroweb.locale.repository
 

U

UPDATE_TIME - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 
updateByLanguage(String, String) - Method in interface io.github.xezzon.zeroweb.locale.repository.TranslationRepository
 
updateByNamespaceAndMessageKey(II18nMessage, II18nMessage) - Method in interface io.github.xezzon.zeroweb.locale.repository.TranslationRepository
 
updateDictStatus(Collection<String>, Boolean) - Method in class io.github.xezzon.zeroweb.dict.DictController
批量更新字典状态
updateI18nMessage(I18nMessage) - Method in class io.github.xezzon.zeroweb.locale.I18nMessageController
更新国际化内容
updateLanguage(ModifyLanguageReq) - Method in class io.github.xezzon.zeroweb.locale.LanguageController
更新语言
updateStatus(Collection<String>, Boolean) - Method in class io.github.xezzon.zeroweb.dict.DictDAO
更新字典项的状态
updateTime - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 
upsert(Dict) - Method in class io.github.xezzon.zeroweb.dict.DictDAO
根据 tag、code 判断,如果字典存在,则跳过;否则保存
upsertTranslation(UpsertTranslationReq) - Method in class io.github.xezzon.zeroweb.locale.TranslationController
新增/更新 国际化文本
UpsertTranslationReq - Record Class in io.github.xezzon.zeroweb.locale.entity
更新或新增国际化文本的请求体
UpsertTranslationReq(String, String, String, String) - Constructor for record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
Creates an instance of a UpsertTranslationReq record class.
User - Class in io.github.xezzon.zeroweb.user.domain
用户
User() - Constructor for class io.github.xezzon.zeroweb.user.domain.User
 
User_ - Class in io.github.xezzon.zeroweb.user.domain
 
User_() - Constructor for class io.github.xezzon.zeroweb.user.domain.User_
 
UserController - Class in io.github.xezzon.zeroweb.user
用户管理
UserDAO - Class in io.github.xezzon.zeroweb.user
 
UserGrpcServer - Class in io.github.xezzon.zeroweb.user
用户功能Grpc接口
username - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 
username() - Method in record class io.github.xezzon.zeroweb.auth.entity.BasicAuth
Returns the value of the username record component.
USERNAME - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 
UserRepository - Interface in io.github.xezzon.zeroweb.user.repository
 
UserService - Class in io.github.xezzon.zeroweb.user
 

V

valueOf(String) - Static method in enum class io.github.xezzon.zeroweb.common.exception.AdminErrorCode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.github.xezzon.zeroweb.common.exception.AdminErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.

Z

ZerowebAdminApplication - Class in io.github.xezzon.zeroweb
后台管理服务
ZerowebAdminApplication() - Constructor for class io.github.xezzon.zeroweb.ZerowebAdminApplication
 
A B C D E F G H I J L M N O P Q R S T U V Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form