Index

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

A

AccessSecret - Class in io.github.xezzon.zeroweb.third_party_app.domain
第三方应用访问凭据与密钥
AccessSecret() - Constructor for class io.github.xezzon.zeroweb.third_party_app.domain.AccessSecret
 
AccessSecret_ - Class in io.github.xezzon.zeroweb.third_party_app.domain
 
AccessSecret_() - Constructor for class io.github.xezzon.zeroweb.third_party_app.domain.AccessSecret_
 
AccessSecretRepository - Interface in io.github.xezzon.zeroweb.third_party_app.repository
 
add(AddThirdPartyAppReq) - Method in class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppController
添加第三方应用
addOpenapi(AddOpenapiReq) - Method in class io.github.xezzon.zeroweb.openapi.OpenapiController
新增`对外接口`
AddOpenapiReq - Record Class in io.github.xezzon.zeroweb.openapi.entity
 
AddOpenapiReq(String, String, HttpMethod) - Constructor for record class io.github.xezzon.zeroweb.openapi.entity.AddOpenapiReq
Creates an instance of a AddOpenapiReq record class.
AddSubscriptionReq - Record Class in io.github.xezzon.zeroweb.subscription.entity
 
AddSubscriptionReq(String, String) - Constructor for record class io.github.xezzon.zeroweb.subscription.entity.AddSubscriptionReq
Creates an instance of a AddSubscriptionReq record class.
AddThirdPartyAppReq - Record Class in io.github.xezzon.zeroweb.third_party_app.entity
 
AddThirdPartyAppReq(String) - Constructor for record class io.github.xezzon.zeroweb.third_party_app.entity.AddThirdPartyAppReq
Creates an instance of a AddThirdPartyAppReq record class.
ALGORITHM - Static variable in class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppService
 
APP_ID - Static variable in class io.github.xezzon.zeroweb.subscription.domain.Subscription_
 
appId - Static variable in class io.github.xezzon.zeroweb.subscription.domain.Subscription_
 
appId() - Method in record class io.github.xezzon.zeroweb.subscription.entity.AddSubscriptionReq
Returns the value of the appId record component.
AUDITING - Enum constant in enum class io.github.xezzon.zeroweb.subscription.domain.SubscriptionStatus
 
auditSubscription(String) - Method in class io.github.xezzon.zeroweb.subscription.SubscriptionController
审核订阅 审核后第三方应用即可调用该接口

C

checkPermission(String) - Method in interface io.github.xezzon.zeroweb.third_party_app.service.IThirdPartyAppService
检查当前人员是否有指定应用的权限
checkPermission(String) - Method in class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppService
 
class_ - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi_
 
class_ - Static variable in class io.github.xezzon.zeroweb.subscription.domain.Subscription_
 
class_ - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.AccessSecret_
 
class_ - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp_
 
code - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi_
 
code() - Method in record class io.github.xezzon.zeroweb.openapi.entity.AddOpenapiReq
Returns the value of the code record component.
code() - Method in record class io.github.xezzon.zeroweb.openapi.entity.ModifyOpenapiReq
Returns the value of the code record component.
CODE - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi_
 
CODE_COLUMN - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi
 
CREATE_TIME - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp_
 
createTime - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp_
 

D

defaultSort() - Static method in class io.github.xezzon.zeroweb.third_party_app.repository.ThirdPartyAppSpec
 
DELETE - Enum constant in enum class io.github.xezzon.zeroweb.openapi.domain.HttpMethod
 
destination - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi_
 
destination() - Method in record class io.github.xezzon.zeroweb.openapi.entity.AddOpenapiReq
Returns the value of the destination record component.
destination() - Method in record class io.github.xezzon.zeroweb.openapi.entity.ModifyOpenapiReq
Returns the value of the destination record component.
DESTINATION - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi_
 
DRAFT - Enum constant in enum class io.github.xezzon.zeroweb.openapi.domain.OpenapiStatus
 

E

equals(Object) - Method in record class io.github.xezzon.zeroweb.openapi.entity.AddOpenapiReq
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.xezzon.zeroweb.openapi.entity.ModifyOpenapiReq
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.xezzon.zeroweb.subscription.entity.AddSubscriptionReq
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.xezzon.zeroweb.third_party_app.entity.AddThirdPartyAppReq
Indicates whether some other object is "equal to" this one.

F

findAll(ODataQueryOption) - Method in class io.github.xezzon.zeroweb.openapi.OpenapiDAO
 
findAll(ODataQueryOption) - Method in class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppDAO
 
findAllWithUserId(ODataQueryOption, String) - Method in class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppDAO
 
findByAppId(String) - Method in interface io.github.xezzon.zeroweb.subscription.repository.SubscriptionRepository
 
findByAppIdAndOpenapiCodeIn(String, Collection<String>) - Method in interface io.github.xezzon.zeroweb.subscription.repository.SubscriptionRepository
 
findByCode(String) - Method in interface io.github.xezzon.zeroweb.openapi.repository.OpenapiRepository
 
forwardForSafe(String, byte[], String, Instant, String, HttpHeaders, HttpServletRequest) - Method in class io.github.xezzon.zeroweb.call.SubscriptionCallController
转发 GET 请求
forwardForUnsafe(String, byte[], String, Instant, String, HttpHeaders, HttpServletRequest) - Method in class io.github.xezzon.zeroweb.call.SubscriptionCallController
转发非 GET 请求

G

GET - Enum constant in enum class io.github.xezzon.zeroweb.openapi.domain.HttpMethod
 
getAccessKey() - Method in class io.github.xezzon.zeroweb.third_party_app.domain.AccessSecret
 
getByCode(String) - Method in class io.github.xezzon.zeroweb.openapi.OpenapiService
 
getByCode(String) - Method in interface io.github.xezzon.zeroweb.openapi.service.IOpenapiService4Subscription
根据编码查询对外接口
getCode() - Method in enum class io.github.xezzon.zeroweb.openapi.domain.HttpMethod
 
getCode() - Method in enum class io.github.xezzon.zeroweb.openapi.domain.OpenapiStatus
 
getCode() - Method in enum class io.github.xezzon.zeroweb.subscription.domain.SubscriptionStatus
 
getCopier() - Method in class io.github.xezzon.zeroweb.openapi.OpenapiDAO
 
getCopier() - Method in class io.github.xezzon.zeroweb.subscription.SubscriptionDAO
 
getCopier() - Method in class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppDAO
 
getLabel() - Method in enum class io.github.xezzon.zeroweb.openapi.domain.HttpMethod
 
getLabel() - Method in enum class io.github.xezzon.zeroweb.openapi.domain.OpenapiStatus
 
getLabel() - Method in enum class io.github.xezzon.zeroweb.subscription.domain.SubscriptionStatus
 
getOpenapiList(ODataRequestParam) - Method in class io.github.xezzon.zeroweb.openapi.OpenapiController
获取`对外接口`列表的分页数据
getOrdinal() - Method in enum class io.github.xezzon.zeroweb.openapi.domain.HttpMethod
 
getOrdinal() - Method in enum class io.github.xezzon.zeroweb.openapi.domain.OpenapiStatus
 
getOrdinal() - Method in enum class io.github.xezzon.zeroweb.subscription.domain.SubscriptionStatus
 
getSubscription(String, String) - Method in interface io.github.xezzon.zeroweb.subscription.service.ISubscriptionService4Call
获取指定应用ID下被订阅的对外接口
getSubscription(String, String) - Method in class io.github.xezzon.zeroweb.subscription.SubscriptionService
 
getSubscriptionStatus() - Method in class io.github.xezzon.zeroweb.subscription.domain.Subscription
 
getTag() - Method in enum class io.github.xezzon.zeroweb.openapi.domain.HttpMethod
 
getTag() - Method in enum class io.github.xezzon.zeroweb.openapi.domain.OpenapiStatus
 
getTag() - Method in enum class io.github.xezzon.zeroweb.subscription.domain.SubscriptionStatus
 

H

hashCode() - Method in record class io.github.xezzon.zeroweb.openapi.entity.AddOpenapiReq
Returns a hash code value for this object.
hashCode() - Method in record class io.github.xezzon.zeroweb.openapi.entity.ModifyOpenapiReq
Returns a hash code value for this object.
hashCode() - Method in record class io.github.xezzon.zeroweb.subscription.entity.AddSubscriptionReq
Returns a hash code value for this object.
hashCode() - Method in record class io.github.xezzon.zeroweb.third_party_app.entity.AddThirdPartyAppReq
Returns a hash code value for this object.
HTTP_METHOD - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi_
 
httpMethod - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi_
 
httpMethod() - Method in record class io.github.xezzon.zeroweb.openapi.entity.AddOpenapiReq
Returns the value of the httpMethod record component.
httpMethod() - Method in record class io.github.xezzon.zeroweb.openapi.entity.ModifyOpenapiReq
Returns the value of the httpMethod record component.
HttpMethod - Enum Class in io.github.xezzon.zeroweb.openapi.domain
开放平台允许使用的HTTP方法

I

id - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi_
 
id - Static variable in class io.github.xezzon.zeroweb.subscription.domain.Subscription_
 
id - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.AccessSecret_
 
id - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp_
 
id() - Method in record class io.github.xezzon.zeroweb.openapi.entity.ModifyOpenapiReq
Returns the value of the id record component.
ID - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi_
 
ID - Static variable in class io.github.xezzon.zeroweb.subscription.domain.Subscription_
 
ID - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.AccessSecret_
 
ID - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp_
 
ID_COLUMN - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi
 
ID_COLUMN - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp
 
into() - Method in record class io.github.xezzon.zeroweb.openapi.entity.AddOpenapiReq
 
into() - Method in record class io.github.xezzon.zeroweb.openapi.entity.ModifyOpenapiReq
 
into() - Method in record class io.github.xezzon.zeroweb.subscription.entity.AddSubscriptionReq
 
into() - Method in record class io.github.xezzon.zeroweb.third_party_app.entity.AddThirdPartyAppReq
 
INVALID_ACCESS_KEY - Enum constant in enum class io.github.xezzon.zeroweb.common.exception.OpenErrorCode
 
InvalidAccessKeyException - Exception in io.github.xezzon.zeroweb.common.exception
无效的访问密钥 原因: 1.
InvalidAccessKeyException() - Constructor for exception io.github.xezzon.zeroweb.common.exception.InvalidAccessKeyException
 
io.github.xezzon.zeroweb - package io.github.xezzon.zeroweb
 
io.github.xezzon.zeroweb.call - package io.github.xezzon.zeroweb.call
 
io.github.xezzon.zeroweb.common.exception - package io.github.xezzon.zeroweb.common.exception
 
io.github.xezzon.zeroweb.openapi - package io.github.xezzon.zeroweb.openapi
 
io.github.xezzon.zeroweb.openapi.domain - package io.github.xezzon.zeroweb.openapi.domain
 
io.github.xezzon.zeroweb.openapi.entity - package io.github.xezzon.zeroweb.openapi.entity
 
io.github.xezzon.zeroweb.openapi.repository - package io.github.xezzon.zeroweb.openapi.repository
 
io.github.xezzon.zeroweb.openapi.service - package io.github.xezzon.zeroweb.openapi.service
 
io.github.xezzon.zeroweb.subscription - package io.github.xezzon.zeroweb.subscription
 
io.github.xezzon.zeroweb.subscription.domain - package io.github.xezzon.zeroweb.subscription.domain
 
io.github.xezzon.zeroweb.subscription.entity - package io.github.xezzon.zeroweb.subscription.entity
 
io.github.xezzon.zeroweb.subscription.repository - package io.github.xezzon.zeroweb.subscription.repository
 
io.github.xezzon.zeroweb.subscription.service - package io.github.xezzon.zeroweb.subscription.service
 
io.github.xezzon.zeroweb.third_party_app - package io.github.xezzon.zeroweb.third_party_app
 
io.github.xezzon.zeroweb.third_party_app.domain - package io.github.xezzon.zeroweb.third_party_app.domain
 
io.github.xezzon.zeroweb.third_party_app.entity - package io.github.xezzon.zeroweb.third_party_app.entity
 
io.github.xezzon.zeroweb.third_party_app.repository - package io.github.xezzon.zeroweb.third_party_app.repository
 
io.github.xezzon.zeroweb.third_party_app.service - package io.github.xezzon.zeroweb.third_party_app.service
 
IOpenapiService4Subscription - Interface in io.github.xezzon.zeroweb.openapi.service
 
isPublished() - Method in class io.github.xezzon.zeroweb.openapi.domain.Openapi
 
ISubscriptionService4Call - Interface in io.github.xezzon.zeroweb.subscription.service
 
ISubscriptionService4ThirdPartyApp - Interface in io.github.xezzon.zeroweb.subscription.service
 
IThirdPartyAppService - Interface in io.github.xezzon.zeroweb.third_party_app.service
 
IThirdPartyAppService4Call - Interface in io.github.xezzon.zeroweb.third_party_app.service
 

L

listMyThirdPartyApp(ODataRequestParam) - Method in class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppController
获取当前用户的所有第三方应用列表
listPublishedOpenapi(ODataQueryOption) - Method in class io.github.xezzon.zeroweb.openapi.OpenapiDAO
 
listPublishedOpenapi(ODataQueryOption) - Method in class io.github.xezzon.zeroweb.openapi.OpenapiService
 
listPublishedOpenapi(ODataQueryOption) - Method in interface io.github.xezzon.zeroweb.openapi.service.IOpenapiService4Subscription
查询符合条件的OpenAPI列表
listSubscription(ODataQueryOption, String) - Method in interface io.github.xezzon.zeroweb.subscription.service.ISubscriptionService4ThirdPartyApp
获取订阅列表
listSubscription(ODataQueryOption, String) - Method in class io.github.xezzon.zeroweb.subscription.SubscriptionService
 
listSubscription(ODataRequestParam, String) - Method in class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppController
查询所有已发布的对外接口以及指定第三方应用的订阅情况
listThirdPartyApp(ODataRequestParam) - Method in class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppController
查询所有第三方应用列表

M

main(String[]) - Static method in class io.github.xezzon.zeroweb.ZerowebOpenApplication
开放平台服务入口
mapping(Class<? extends Throwable>) - Static method in enum class io.github.xezzon.zeroweb.common.exception.OpenErrorCode
 
modifyOpenapi(ModifyOpenapiReq) - Method in class io.github.xezzon.zeroweb.openapi.OpenapiController
更新`对外接口`信息
ModifyOpenapiReq - Record Class in io.github.xezzon.zeroweb.openapi.entity
 
ModifyOpenapiReq(String, String, String, HttpMethod) - Constructor for record class io.github.xezzon.zeroweb.openapi.entity.ModifyOpenapiReq
Creates an instance of a ModifyOpenapiReq record class.
moduleCode() - Method in enum class io.github.xezzon.zeroweb.common.exception.OpenErrorCode
 

N

name - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp_
 
name() - Method in record class io.github.xezzon.zeroweb.third_party_app.entity.AddThirdPartyAppReq
Returns the value of the name record component.
NAME - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp_
 
NONE - Enum constant in enum class io.github.xezzon.zeroweb.subscription.domain.SubscriptionStatus
 

O

openapi - Static variable in class io.github.xezzon.zeroweb.subscription.domain.Subscription_
 
Openapi - Class in io.github.xezzon.zeroweb.openapi.domain
对外接口
Openapi() - Constructor for class io.github.xezzon.zeroweb.openapi.domain.Openapi
 
OPENAPI - Static variable in class io.github.xezzon.zeroweb.subscription.domain.Subscription_
 
Openapi_ - Class in io.github.xezzon.zeroweb.openapi.domain
 
Openapi_() - Constructor for class io.github.xezzon.zeroweb.openapi.domain.Openapi_
 
OPENAPI_CODE - Static variable in class io.github.xezzon.zeroweb.subscription.domain.Subscription_
 
OPENAPI_CODE_COLUMN - Static variable in class io.github.xezzon.zeroweb.subscription.domain.Subscription
 
openapiCode - Static variable in class io.github.xezzon.zeroweb.subscription.domain.Subscription_
 
openapiCode() - Method in record class io.github.xezzon.zeroweb.subscription.entity.AddSubscriptionReq
Returns the value of the openapiCode record component.
OpenapiController - Class in io.github.xezzon.zeroweb.openapi
对外接口管理
OpenapiController(OpenapiService) - Constructor for class io.github.xezzon.zeroweb.openapi.OpenapiController
 
OpenapiDAO - Class in io.github.xezzon.zeroweb.openapi
 
OpenapiRepository - Interface in io.github.xezzon.zeroweb.openapi.repository
 
OpenapiService - Class in io.github.xezzon.zeroweb.openapi
 
OpenapiService(OpenapiDAO) - Constructor for class io.github.xezzon.zeroweb.openapi.OpenapiService
 
OpenapiStatus - Enum Class in io.github.xezzon.zeroweb.openapi.domain
接口状态
OpenErrorCode - Enum Class in io.github.xezzon.zeroweb.common.exception
错误码分配中心
OpenExceptionHandler - Class in io.github.xezzon.zeroweb.common.exception
 
OpenExceptionHandler() - Constructor for class io.github.xezzon.zeroweb.common.exception.OpenExceptionHandler
 
OWNER_ID - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp_
 
ownerId - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp_
 

P

PATCH - Enum constant in enum class io.github.xezzon.zeroweb.openapi.domain.HttpMethod
 
POST - Enum constant in enum class io.github.xezzon.zeroweb.openapi.domain.HttpMethod
 
PUBLISHED - Enum constant in enum class io.github.xezzon.zeroweb.openapi.domain.OpenapiStatus
 
PUBLISHED_OPENAPI_CANNOT_BE_MODIFY - Enum constant in enum class io.github.xezzon.zeroweb.common.exception.OpenErrorCode
 
PublishedOpenapiCannotBeModifyException - Exception in io.github.xezzon.zeroweb.common.exception
 
PublishedOpenapiCannotBeModifyException() - Constructor for exception io.github.xezzon.zeroweb.common.exception.PublishedOpenapiCannotBeModifyException
 
publishOpenapi(String) - Method in class io.github.xezzon.zeroweb.openapi.OpenapiController
发布指定的`对外接口`
PUT - Enum constant in enum class io.github.xezzon.zeroweb.openapi.domain.HttpMethod
 

R

rollAccessSecret(String) - Method in class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppController
更新第三方应用的密钥

S

SECRET_KEY - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.AccessSecret_
 
secretKey - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.AccessSecret_
 
signJwt(String, byte[], String, Instant) - Method in interface io.github.xezzon.zeroweb.third_party_app.service.IThirdPartyAppService4Call
校验摘要,如果校验成功则签发JWT,否则抛出异常。
signJwt(String, byte[], String, Instant) - Method in class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppService
 
sourceType() - Method in enum class io.github.xezzon.zeroweb.common.exception.OpenErrorCode
 
status - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi_
 
status - Static variable in class io.github.xezzon.zeroweb.subscription.domain.Subscription_
 
STATUS - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi_
 
STATUS - Static variable in class io.github.xezzon.zeroweb.subscription.domain.Subscription_
 
subscribe(AddSubscriptionReq) - Method in class io.github.xezzon.zeroweb.subscription.SubscriptionController
订阅对外接口
SUBSCRIBED - Enum constant in enum class io.github.xezzon.zeroweb.subscription.domain.SubscriptionStatus
 
Subscription - Class in io.github.xezzon.zeroweb.subscription.domain
订阅的对外接口
Subscription() - Constructor for class io.github.xezzon.zeroweb.subscription.domain.Subscription
 
Subscription_ - Class in io.github.xezzon.zeroweb.subscription.domain
 
Subscription_() - Constructor for class io.github.xezzon.zeroweb.subscription.domain.Subscription_
 
SubscriptionCallController - Class in io.github.xezzon.zeroweb.call
订阅服务调用记录
SubscriptionCallController(ISubscriptionService4Call, IThirdPartyAppService4Call) - Constructor for class io.github.xezzon.zeroweb.call.SubscriptionCallController
 
SubscriptionController - Class in io.github.xezzon.zeroweb.subscription
接口订阅管理
SubscriptionController(SubscriptionService) - Constructor for class io.github.xezzon.zeroweb.subscription.SubscriptionController
 
SubscriptionDAO - Class in io.github.xezzon.zeroweb.subscription
 
SubscriptionRepository - Interface in io.github.xezzon.zeroweb.subscription.repository
 
SubscriptionService - Class in io.github.xezzon.zeroweb.subscription
 
SubscriptionService(SubscriptionDAO, IThirdPartyAppService, IOpenapiService4Subscription) - Constructor for class io.github.xezzon.zeroweb.subscription.SubscriptionService
 
SubscriptionStatus - Enum Class in io.github.xezzon.zeroweb.subscription.domain
 

T

TABLE_NAME - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp
 
ThirdPartyApp - Class in io.github.xezzon.zeroweb.third_party_app.domain
第三方应用
ThirdPartyApp() - Constructor for class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp
 
ThirdPartyApp_ - Class in io.github.xezzon.zeroweb.third_party_app.domain
 
ThirdPartyApp_() - Constructor for class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp_
 
ThirdPartyAppController - Class in io.github.xezzon.zeroweb.third_party_app
第三方应用管理
ThirdPartyAppController(ThirdPartyAppService, ISubscriptionService4ThirdPartyApp) - Constructor for class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppController
 
ThirdPartyAppDAO - Class in io.github.xezzon.zeroweb.third_party_app
 
ThirdPartyAppRepository - Interface in io.github.xezzon.zeroweb.third_party_app.repository
 
ThirdPartyAppService - Class in io.github.xezzon.zeroweb.third_party_app
 
ThirdPartyAppService(ThirdPartyAppDAO, AccessSecretRepository, ZerowebConfig) - Constructor for class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppService
 
ThirdPartyAppSpec - Class in io.github.xezzon.zeroweb.third_party_app.repository
 
toString() - Method in record class io.github.xezzon.zeroweb.openapi.entity.AddOpenapiReq
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.openapi.entity.ModifyOpenapiReq
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.subscription.entity.AddSubscriptionReq
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.third_party_app.entity.AddThirdPartyAppReq
Returns a string representation of this record class.

U

UNPUBLISHED_OPENAPI_CANNOT_BE_SUBSCRIBE - Enum constant in enum class io.github.xezzon.zeroweb.common.exception.OpenErrorCode
 
UnpublishedOpenapiCannotBeSubscribeException - Exception in io.github.xezzon.zeroweb.common.exception
 
UnpublishedOpenapiCannotBeSubscribeException() - Constructor for exception io.github.xezzon.zeroweb.common.exception.UnpublishedOpenapiCannotBeSubscribeException
 
UNSUBSCRIBED_OPENAPI - Enum constant in enum class io.github.xezzon.zeroweb.common.exception.OpenErrorCode
 
UnsubscribeOpenapiException - Exception in io.github.xezzon.zeroweb.common.exception
不能调用未订阅的接口
UnsubscribeOpenapiException() - Constructor for exception io.github.xezzon.zeroweb.common.exception.UnsubscribeOpenapiException
 
updateSecretKeyById(String, String) - Method in interface io.github.xezzon.zeroweb.third_party_app.repository.AccessSecretRepository
 

V

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

Z

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