Merge branch 'feature/login-plugin' into bugfix/setCurrentUser-race-condition

This commit is contained in:
2023-03-07 22:31:43 -05:00

View File

@@ -125,6 +125,15 @@ public class KeycloakTokenGroupSyncProcessor implements TokenProcessor, Initiali
this.authorityService = authorityService;
}
/**
* @param authenticationService
* the authenticationService to set
*/
public void setAuthenticationService(AuthenticationService authenticationService)
{
this.authenticationService = authenticationService;
}
/**
*
* {@inheritDoc}