added setAuthenticationService()

This commit is contained in:
Brian Long 2023-03-07 22:30:52 -05:00
parent 26ee2896b2
commit 0b7612edaa

View File

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