Uses of Class
io.github.xezzon.zeroweb.third_party_app.authn.ThirdPartyAppMember
Packages that use ThirdPartyAppMember
Package
Description
-
Uses of ThirdPartyAppMember in io.github.xezzon.zeroweb.third_party_app
Methods in io.github.xezzon.zeroweb.third_party_app that return types with arguments of type ThirdPartyAppMemberModifier and TypeMethodDescriptionIThirdPartyAppMemberService.queryMember
(String groupId, String userId) -
Uses of ThirdPartyAppMember in io.github.xezzon.zeroweb.third_party_app.authn
Fields in io.github.xezzon.zeroweb.third_party_app.authn with type parameters of type ThirdPartyAppMemberModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<ThirdPartyAppMember>
ThirdPartyAppMember_.class_
static jakarta.persistence.metamodel.SingularAttribute<ThirdPartyAppMember,
Instant> ThirdPartyAppMember_.createTime
static jakarta.persistence.metamodel.SingularAttribute<ThirdPartyAppMember,
String> ThirdPartyAppMember_.groupId
static jakarta.persistence.metamodel.SingularAttribute<ThirdPartyAppMember,
String> ThirdPartyAppMember_.id
static jakarta.persistence.metamodel.SingularAttribute<ThirdPartyAppMember,
String> ThirdPartyAppMember_.roleId
static jakarta.persistence.metamodel.SingularAttribute<ThirdPartyAppMember,
String> ThirdPartyAppMember_.userId
Methods in io.github.xezzon.zeroweb.third_party_app.authn that return types with arguments of type ThirdPartyAppMemberModifier and TypeMethodDescriptionThirdPartyAppMemberRepository.findByGroupIdAndUserId
(String groupId, String userId) ThirdPartyAppMemberRepository.findByGroupIdOrderByCreateTimeDesc
(String groupId) ThirdPartyAppMemberRepository.findByUserId
(String userId) ThirdPartAppMemberHttpEndpoint.listMember
(String appId) 查询第三方应用的成员ThirdPartyAppMemberService.queryMember
(String groupId, String userId)