Uses of Class
org.keycloak.representations.idm.MemberRepresentation
Packages that use MemberRepresentation
Package
Description
-
Uses of MemberRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return MemberRepresentationMethods in org.keycloak.admin.client.resource that return types with arguments of type MemberRepresentationModifier and TypeMethodDescriptionOrganizationMembersResource.getAll()Deprecated.OrganizationGroupResource.getMembers(Integer first, Integer max, Boolean briefRepresentation) Return members in the organization.OrganizationMembersResource.list(Integer firstResult, Integer maxResults, boolean briefRepresentation) Return members in the organization.Return all organization members that match the specified filters.OrganizationMembersResource.search(String search, Boolean exact, Integer first, Integer max, boolean briefRepresentation) Return all organization members that match the specified filters.OrganizationMembersResource.search(String search, Boolean exact, MembershipType membershipType, Integer first, Integer max) Return all organization members that match the specified filters.OrganizationMembersResource.search(String search, Boolean exact, MembershipType membershipType, Integer first, Integer max, boolean briefRepresentation) Return all organization members that match the specified filters. -
Uses of MemberRepresentation in org.keycloak.organization.admin.resource
Methods in org.keycloak.organization.admin.resource that return MemberRepresentationModifier and TypeMethodDescriptionPrecondition: caller must have passed throughOrganizationsResource.get(String)which enforcesauth.orgs().requireView(organization).Methods in org.keycloak.organization.admin.resource that return types with arguments of type MemberRepresentationModifier and TypeMethodDescriptionOrganizationGroupResource.getMembers(Integer firstResult, Integer maxResults, Boolean briefRepresentation) Precondition: caller must have passed throughOrganizationsResource.get(String)which enforcesauth.orgs().requireView(organization), and then throughOrganizationGroupsResource.getGroupById(String)which enforces the same check.OrganizationMemberResource.search(String search, Boolean exact, Integer first, Integer max, String membershipType, boolean briefRepresentation) Precondition: caller must have passed throughOrganizationsResource.get(String)which enforcesauth.orgs().requireView(organization). -
Uses of MemberRepresentation in org.keycloak.representations.idm
Methods in org.keycloak.representations.idm that return types with arguments of type MemberRepresentationMethods in org.keycloak.representations.idm with parameters of type MemberRepresentationModifier and TypeMethodDescriptionvoidOrganizationRepresentation.addMember(MemberRepresentation member) Method parameters in org.keycloak.representations.idm with type arguments of type MemberRepresentationModifier and TypeMethodDescriptionvoidOrganizationRepresentation.setMembers(List<MemberRepresentation> members)