return Platform.isMac();
}
private synchronized void initialize() {
if (initialized) return;
CSIdentityAuthorityRef identityAuthority = getIdentityAuthority();
GroupInformationCreator groupInformationCreator = new GroupInformationCreator(this);
userInformationCreator = new UserInformationCreator(this, groupInformationCreator);
groupIdentitiesHandler = new GroupIdentitiesHandler(identityAuthority);
allGroupsProcessor = new GetAllGroupInformationGroupIdentitiesProcessor(groupInformationCreator);
allUsersProcessor = new GetAllUserInformationGroupIdentitiesProcessor(identityAuthority, userInformationCreator);