Uses of Class
org.keycloak.representations.idm.OrganizationRepresentation
Packages that use OrganizationRepresentation
Package
Description
-
Uses of OrganizationRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return OrganizationRepresentationMethods in org.keycloak.admin.client.resource that return types with arguments of type OrganizationRepresentationModifier and TypeMethodDescriptionOrganizationsResource.getAll()Deprecated.OrganizationMemberResource.getOrganizations()Returns the organizations associated with the userOrganizationMembersResource.getOrganizations(String id) OrganizationsMembersResource.getOrganizations(String id) Returns organizations in the realm.Returns all organizations that match the specified filter.Returns all organizations that match the specified filters.OrganizationsResource.search(String search, Boolean exact, Integer first, Integer max, Boolean briefRepresentation) Returns all organizations that match the specified filters.OrganizationsResource.searchByAttribute(String searchQuery) Returns all organizations that contain attributes matching the specified query.OrganizationsResource.searchByAttribute(String searchQuery, Integer first, Integer max) Returns all organizations that contain attributes matching the specified query.Methods in org.keycloak.admin.client.resource with parameters of type OrganizationRepresentationModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseOrganizationsResource.create(OrganizationRepresentation organization) jakarta.ws.rs.core.ResponseOrganizationResource.update(OrganizationRepresentation organization) -
Uses of OrganizationRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return OrganizationRepresentationModifier and TypeMethodDescriptionstatic OrganizationRepresentationModelToRepresentation.toRepresentation(OrganizationModel model) static OrganizationRepresentationModelToRepresentation.toRepresentation(OrganizationModel model, boolean briefRepresentation) Methods in org.keycloak.models.utils with parameters of type OrganizationRepresentationModifier and TypeMethodDescriptionstatic OrganizationModelRepresentationToModel.toModel(OrganizationRepresentation rep, OrganizationModel model) -
Uses of OrganizationRepresentation in org.keycloak.organization.admin.resource
Methods in org.keycloak.organization.admin.resource that return OrganizationRepresentationMethods in org.keycloak.organization.admin.resource that return types with arguments of type OrganizationRepresentationModifier and TypeMethodDescriptionOrganizationMemberResource.getOrganizations(String memberId) OrganizationsResource.getOrganizations(String memberId) OrganizationsResource.search(String search, String searchQuery, Boolean exact, Integer first, Integer max, boolean briefRepresentation) Returns a stream of organizations, filtered according to query parameters.Methods in org.keycloak.organization.admin.resource with parameters of type OrganizationRepresentationModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseOrganizationsResource.create(OrganizationRepresentation organization) Creates a new organization based on the specifiedOrganizationRepresentation.jakarta.ws.rs.core.ResponseOrganizationResource.update(OrganizationRepresentation organizationRep) -
Uses of OrganizationRepresentation in org.keycloak.representations.idm
Methods in org.keycloak.representations.idm that return OrganizationRepresentationModifier and TypeMethodDescriptionOrganizationRepresentation.singleAttribute(String name, String value) Methods in org.keycloak.representations.idm that return types with arguments of type OrganizationRepresentationMethods in org.keycloak.representations.idm with parameters of type OrganizationRepresentationModifier and TypeMethodDescriptionvoidRealmRepresentation.addOrganization(OrganizationRepresentation org) Method parameters in org.keycloak.representations.idm with type arguments of type OrganizationRepresentationModifier and TypeMethodDescriptionvoidRealmRepresentation.setOrganizations(List<OrganizationRepresentation> organizations)