mirror of
https://github.com/bmlong137/alfresco-keycloak.git
synced 2025-09-10 14:11:09 +00:00
Merge branch 'feature/login-plugin' into bugfix/setCurrentUser-race-condition
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
|
Reference in New Issue
Block a user