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 OrganizationRepresentationModifier and TypeMethodDescriptionOrganizationMembersResource.getOrganization(String id) OrganizationResource.toRepresentation()Methods in org.keycloak.admin.client.resource that return types with arguments of type OrganizationRepresentationModifier and TypeMethodDescriptionOrganizationsResource.getAll()Returns all organizations in the realm.Returns all organizations that match the specified filter.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.organization.admin.resource
Methods in org.keycloak.organization.admin.resource that return OrganizationRepresentationModifier and TypeMethodDescriptionOrganizationResource.get()OrganizationMemberResource.getOrganization(String id) Methods in org.keycloak.organization.admin.resource that return types with arguments of type OrganizationRepresentationModifier and TypeMethodDescriptionOrganizationsResource.search(String search, String searchQuery, Boolean exact, Integer first, Integer max) 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.organization.utils
Methods in org.keycloak.organization.utils that return OrganizationRepresentationModifier and TypeMethodDescriptionstatic OrganizationRepresentationOrganizations.toRepresentation(OrganizationModel model) Methods in org.keycloak.organization.utils with parameters of type OrganizationRepresentationModifier and TypeMethodDescriptionstatic OrganizationModelOrganizations.toModel(OrganizationRepresentation rep, OrganizationModel model) -
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)