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()
Returns all organizations in the realm.OrganizationMemberResource.getOrganizations()
Returns the organizations associated with the userOrganizationMembersResource.getOrganizations
(String id) OrganizationsMembersResource.getOrganizations
(String id) 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.Response
OrganizationsResource.create
(OrganizationRepresentation organization) jakarta.ws.rs.core.Response
OrganizationResource.update
(OrganizationRepresentation organization) -
Uses of OrganizationRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return OrganizationRepresentationModifier and TypeMethodDescriptionstatic OrganizationRepresentation
ModelToRepresentation.toBriefRepresentation
(OrganizationModel model) static OrganizationRepresentation
ModelToRepresentation.toRepresentation
(OrganizationModel model) Methods in org.keycloak.models.utils with parameters of type OrganizationRepresentationModifier and TypeMethodDescriptionstatic OrganizationModel
RepresentationToModel.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 id) OrganizationsResource.getOrganizations
(String id) OrganizationsResource.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.Response
OrganizationsResource.create
(OrganizationRepresentation organization) Creates a new organization based on the specifiedOrganizationRepresentation
.jakarta.ws.rs.core.Response
OrganizationResource.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 TypeMethodDescriptionvoid
RealmRepresentation.addOrganization
(OrganizationRepresentation org) Method parameters in org.keycloak.representations.idm with type arguments of type OrganizationRepresentationModifier and TypeMethodDescriptionvoid
RealmRepresentation.setOrganizations
(List<OrganizationRepresentation> organizations)