public class UserSCCHelper extends AbstractLogEnabled implements Component
| Modifier and Type | Field and Description | 
|---|---|
| static String | ROLEThe avalon role. | 
| static String | USER_UNIQUE_ID_METADATA_NAMEThe unique id metadata name for content type user | 
| static String | USERS_LOGIN_METADATA_NAMEThe login metadata name | 
| static String | USERS_METADATA_NAMEThe user metadata name | 
| static String | USERS_POPULATION_METADATA_NAMEThe populationId metadata name | 
| Constructor and Description | 
|---|
| UserSCCHelper() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | synchronizeUserMetadata(String newLogin,
                       String newPopulation,
                       ModifiableDefaultContent content,
                       Logger logger)Synchronize user metadata | 
getLogger, setLoggerpublic static final String USER_UNIQUE_ID_METADATA_NAME
public static final String USERS_METADATA_NAME
public static final String USERS_LOGIN_METADATA_NAME
public static final String USERS_POPULATION_METADATA_NAME
public UserSCCHelper()
public boolean synchronizeUserMetadata(String newLogin, String newPopulation, ModifiableDefaultContent content, Logger logger)
newLogin - the new loginnewPopulation - the new populationcontent - the contentlogger - the logger