Update server-spi-private/src/main/java/org/keycloak/organization/OrganizationProvider.java
Co-authored-by: Vlasta Ramik <vramik@users.noreply.github.com>
This commit is contained in:
parent
bfabc291cc
commit
d34e700fef
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ public interface OrganizationProvider extends Provider {
|
||||||
* @return a {@link Stream} of the realm's organizations.
|
* @return a {@link Stream} of the realm's organizations.
|
||||||
*/
|
*/
|
||||||
default Stream<OrganizationModel> getAllStream() {
|
default Stream<OrganizationModel> getAllStream() {
|
||||||
return getAllStream("", null, -1, -1);
|
return getAllStream("", null, null, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue