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
Subinterfaces with type arguments of type ThirdPartyAppMember in io.github.xezzon.zeroweb.third_party_app.authnFields 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 metamodel type forThirdPartyAppMemberstatic jakarta.persistence.metamodel.SingularAttribute<ThirdPartyAppMember, Instant> ThirdPartyAppMember_.createTimeStatic metamodel for attributeThirdPartyAppMember.createTimestatic jakarta.persistence.metamodel.SingularAttribute<ThirdPartyAppMember, String> ThirdPartyAppMember_.groupIdStatic metamodel for attributeThirdPartyAppMember.groupIdstatic jakarta.persistence.metamodel.SingularAttribute<ThirdPartyAppMember, String> ThirdPartyAppMember_.idStatic metamodel for attributeThirdPartyAppMember.idstatic jakarta.persistence.metamodel.SingularAttribute<ThirdPartyAppMember, String> ThirdPartyAppMember_.roleIdStatic metamodel for attributeThirdPartyAppMember.roleIdstatic jakarta.persistence.metamodel.SingularAttribute<ThirdPartyAppMember, String> ThirdPartyAppMember_.userIdStatic metamodel for attributeThirdPartyAppMember.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) 根据用户组ID和用户ID查询成员信息ThirdPartyAppMemberRepository.findByGroupIdOrderByCreateTimeDesc(String groupId) 根据用户组ID查询成员列表,按创建时间降序排序ThirdPartyAppMemberRepository.findByUserId(String userId) 根据用户ID查询该用户的所有成员关系ThirdPartAppMemberHttpEndpoint.listMember(@NotBlank String appId) 查询第三方应用的成员ThirdPartyAppMemberService.queryMember(String groupId, String userId)