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_.createTimestatic jakarta.persistence.metamodel.SingularAttribute<ThirdPartyAppMember,String> ThirdPartyAppMember_.groupIdstatic jakarta.persistence.metamodel.SingularAttribute<ThirdPartyAppMember,String> ThirdPartyAppMember_.idstatic jakarta.persistence.metamodel.SingularAttribute<ThirdPartyAppMember,String> ThirdPartyAppMember_.roleIdstatic jakarta.persistence.metamodel.SingularAttribute<ThirdPartyAppMember,String> ThirdPartyAppMember_.userIdMethods 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)