Uses of Class
org.keycloak.representations.idm.OrganizationRepresentation
Package
Description
-
Uses of OrganizationRepresentation in org.keycloak.admin.client.resource
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionstatic OrganizationRepresentation
ModelToRepresentation.toBriefRepresentation
(OrganizationModel model) static OrganizationRepresentation
ModelToRepresentation.toRepresentation
(OrganizationModel model) Modifier and TypeMethodDescriptionstatic OrganizationModel
RepresentationToModel.toModel
(OrganizationRepresentation rep, OrganizationModel model) -
Uses of OrganizationRepresentation in org.keycloak.organization.admin.resource
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionOrganizationRepresentation.singleAttribute
(String name, String value) Modifier and TypeMethodDescriptionvoid
RealmRepresentation.addOrganization
(OrganizationRepresentation org) Modifier and TypeMethodDescriptionvoid
RealmRepresentation.setOrganizations
(List<OrganizationRepresentation> organizations)