Uses of Class
io.github.xezzon.zeroweb.third_party_app.AccessSecret
Packages that use AccessSecret
Package
Description
-
Uses of AccessSecret in io.github.xezzon.zeroweb.third_party_app
Fields in io.github.xezzon.zeroweb.third_party_app with type parameters of type AccessSecretModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<AccessSecret> AccessSecret_.class_Static metamodel type forAccessSecretstatic jakarta.persistence.metamodel.SingularAttribute<AccessSecret, String> AccessSecret_.idStatic metamodel for attributeAccessSecret.idstatic jakarta.persistence.metamodel.SingularAttribute<AccessSecret, String> AccessSecret_.secretKeyStatic metamodel for attributeAccessSecret.secretKey -
Uses of AccessSecret in io.github.xezzon.zeroweb.third_party_app.internal
Methods in io.github.xezzon.zeroweb.third_party_app.internal that return AccessSecretModifier and TypeMethodDescriptionThirdPartyAppHttpEndpoint.add(@Valid AddThirdPartyAppReq req) 添加第三方应用ThirdPartyAppHttpEndpoint.rollAccessSecret(@NotBlank String appId) 更新第三方应用的密钥 -
Uses of AccessSecret in io.github.xezzon.zeroweb.third_party_app.repository
Subinterfaces with type arguments of type AccessSecret in io.github.xezzon.zeroweb.third_party_app.repository