add missing doXXX methods with KeycloakSession usage#30307
add missing doXXX methods with KeycloakSession usage#30307ahus1 merged 1 commit intokeycloak:mainfrom
Conversation
closes keycloak#30302 Signed-off-by: Niko Köbler <[email protected]>
|
@ahus1 Do you please have a chance to review since you are the original author of #27656 ? I am not 100% sure if we want to restore "public" methods back or if they were removed on purpose... The class |
|
@dasniko, @mposolda - I'm ok with this change as an intermediate fix until we have a public API for this. The original PR removed public access to those methods as it was only safe to use them with the max length parameter. The new ones will retrieve the max length from the session and are therefore safe to use - so I'm approving this PR. @dasniko - I assume you want this fix also available in a KC25 patch release. One this one is merged, please create a backport PR for the KC25 release branch with these changes. |
closes #30302