}
}
response.setRoles(roles);
Principal principal = new SerializablePrincipal(userName);
if (handlerChainConfig.getParameter(GeneralConstants.ROLE_VALIDATOR_IGNORE) == null) {
// Validate the roles
IRoleValidator roleValidator = (IRoleValidator) handlerChainConfig
.getParameter(GeneralConstants.ROLE_VALIDATOR);