password = URLDecoder.decode( password.replace( "+", "%2B" ), "UTF-8" );
} catch ( UnsupportedEncodingException e ) {
password = user.getPassword();
logger.warn( e.getMessage(), e );
}
roleDao.createUser( getTenant( tenantPath ), userName, password, "", new String[0] );
return Response.ok().build();
}
/**
* Create a new role with the provided information