Uses of Class
org.keycloak.representations.idm.OrganizationRepresentation
Package
Description
-
Uses of OrganizationRepresentation in org.keycloak.admin.client.resource
Modifier and TypeMethodDescriptionOrganizationMembersResource.getOrganization
(String id) OrganizationResource.toRepresentation()
Modifier 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.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.organization.admin.resource
Modifier and TypeMethodDescriptionOrganizationResource.get()
OrganizationMemberResource.getOrganization
(String id) Modifier and TypeMethodDescriptionOrganizationsResource.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.organization.utils
Modifier and TypeMethodDescriptionstatic OrganizationRepresentation
Organizations.toRepresentation
(OrganizationModel model) Modifier and TypeMethodDescriptionstatic OrganizationModel
Organizations.toModel
(OrganizationRepresentation rep, OrganizationModel model) -
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)